Uses of Interface
com.sun.identity.entitlement.ResourceAttribute
-
Packages that use ResourceAttribute Package Description org.forgerock.openam.entitlement Defines classes to handle entitlements. -
-
Uses of ResourceAttribute in org.forgerock.openam.entitlement
Methods in org.forgerock.openam.entitlement that return types with arguments of type ResourceAttribute Modifier and Type Method Description Class<? extends ResourceAttribute>
EntitlementRegistry. getAttributeType(String name)
Returns the attribute type associated with the given short name, or null if no such attribute is registered.Methods in org.forgerock.openam.entitlement with parameters of type ResourceAttribute Modifier and Type Method Description String
EntitlementRegistry. getAttributeName(ResourceAttribute attribute)
Returns the short name that the given attribute is registered under.Method parameters in org.forgerock.openam.entitlement with type arguments of type ResourceAttribute Modifier and Type Method Description void
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).
-