Package | Description |
---|---|
org.forgerock.openam.entitlement |
Defines classes to handle entitlements.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends EntitlementCondition> |
EntitlementRegistry.getConditionType(String name)
Returns the condition type associated with the given short name, or null if no such condition is registered.
|
Modifier and Type | Method and Description |
---|---|
String |
EntitlementRegistry.getConditionName(EntitlementCondition condition)
Returns the short name that the given condition is registered under.
|
Modifier and Type | Method and Description |
---|---|
void |
EntitlementRegistry.registerConditionType(Class<? extends EntitlementCondition> type)
Registers an entitlement condition type using a short name generated from the type name.
|
void |
EntitlementRegistry.registerConditionType(String name,
Class<? extends EntitlementCondition> type)
Registers an entitlement condition type with the given short name (used in RESTful API calls and in the UI).
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.