Uses of Class
org.forgerock.openam.entitlement.EntitlementRegistry
-
Packages that use EntitlementRegistry Package Description org.forgerock.openam.entitlement Defines classes to handle entitlements. -
-
Uses of EntitlementRegistry in org.forgerock.openam.entitlement
Methods in org.forgerock.openam.entitlement that return EntitlementRegistry Modifier and Type Method Description static EntitlementRegistry
EntitlementRegistry. load()
Loads all availableEntitlementModule
instances and registers them with a new entitlement registry.Methods in org.forgerock.openam.entitlement with parameters of type EntitlementRegistry Modifier and Type Method Description void
EntitlementModule. registerCustomTypes(EntitlementRegistry registry)
Register any custom entitlement conditions, subjects etc so that they are available for use with the RESTful web services and UI.
-