Package | Description |
---|---|
org.forgerock.openam.entitlement |
Defines classes to handle entitlements.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
EntitlementRegistry.getAttributeName(ResourceAttribute attribute)
Returns the short name that the given attribute is registered under.
|
Modifier and Type | Method and 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).
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.