Package org.forgerock.openam.entitlement
Interface EntitlementModule
Service provider interface for registering custom entitlement conditions and subjects. Uses the Java standard
ServiceLoader
mechanism to allow extensions to be loaded.- Since:
- 12.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerCustomTypes
(EntitlementRegistry registry) Register any custom entitlement conditions, subjects etc so that they are available for use with the RESTful web services and UI.
-
Method Details
-
registerCustomTypes
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.
-