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