public interface ResourceRegistrationFilter extends Comparable<ResourceRegistrationFilter>
Implementations of this interface can use the Guice setter based injection.
Modifier and Type | Method and Description |
---|---|
void |
afterResourceRegistration(ResourceSetDescription resourceSet)
Invoked after a resource set is registered in the backend.
|
void |
beforeResourceRegistration(ResourceSetDescription resourceSet)
Invoked before a resource set is registered in the backend.
|
compareTo
void beforeResourceRegistration(ResourceSetDescription resourceSet)
Changes made to the resourceSet object will be persisted.
resourceSet
- The resource set that will be registered.void afterResourceRegistration(ResourceSetDescription resourceSet)
Changes made to the resourceSet object will not be persisted.
resourceSet
- The resource set that was registered.Copyright © 2010-2018, ForgeRock All Rights Reserved.