Uses of Interface
com.sun.identity.entitlement.EntitlementSubject
-
Uses of EntitlementSubject in org.forgerock.openam.entitlement
Modifier and TypeMethodDescriptionClass<? 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 TypeMethodDescriptionEntitlementRegistry.getSubjectName
(EntitlementSubject subject) Returns the short name that the given subject is registered under.Modifier and TypeMethodDescriptionstatic 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).