Package org.forgerock.openam.entitlement
Interface EntitlementModule
-
@SupportedAll public interface EntitlementModule
Service provider interface for registering custom entitlement conditions and subjects. Uses the Java standardServiceLoadermechanism to allow extensions to be loaded.- Since:
- 12.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterCustomTypes(EntitlementRegistry registry)Register any custom entitlement conditions, subjects etc so that they are available for use with the RESTful web services and UI.
-
-
-
Method Detail
-
registerCustomTypes
void registerCustomTypes(EntitlementRegistry registry)
Register any custom entitlement conditions, subjects etc so that they are available for use with the RESTful web services and UI.- Parameters:
registry- the entitlement component registry to register components with.
-
-