Uses of Interface
com.sun.identity.entitlement.ResourceAttribute
-
Uses of ResourceAttribute in org.forgerock.openam.entitlement
Modifier and TypeMethodDescriptionClass<? extends ResourceAttribute>
EntitlementRegistry.getAttributeType
(String name) Returns the attribute type associated with the given short name, or null if no such attribute is registered.Modifier and TypeMethodDescriptionEntitlementRegistry.getAttributeName
(ResourceAttribute attribute) Returns the short name that the given attribute is registered under.Modifier and TypeMethodDescriptionvoid
EntitlementRegistry.registerAttributeType
(Class<? extends ResourceAttribute> type) Registers a resource attribute type using a short name generated from the type name.void
EntitlementRegistry.registerAttributeType
(String name, Class<? extends ResourceAttribute> type) Registers a resource attribute type with the given short name (used in RESTful API calls and in the UI).