Uses of Interface
com.sun.identity.entitlement.EntitlementCondition
-
Uses of EntitlementCondition in org.forgerock.openam.entitlement
Modifier and TypeMethodDescriptionClass<? 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 TypeMethodDescriptionEntitlementRegistry.getConditionName
(EntitlementCondition condition) Returns the short name that the given condition is registered under.Modifier and TypeMethodDescriptionstatic String
EntitlementRegistry.getConditionTypeName
(Class<? extends EntitlementCondition> type) Gets the name of the condition type.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).