Package | Description |
---|---|
com.sun.identity.entitlement |
Defines classes and interfaces to work with entitlements.
|
org.forgerock.openam.entitlement |
Defines classes to handle entitlements.
|
org.forgerock.openam.entitlement.utils |
This package contains utility classes for entitlements.
|
Modifier and Type | Class and Description |
---|---|
class |
DenyOverride
Deny Override combine entitlement with
false override
true . |
Modifier and Type | Method and Description |
---|---|
EntitlementCombiner |
Application.getEntitlementCombiner()
Returns a new instance of entitlement combiner.
|
Modifier and Type | Method and Description |
---|---|
void |
Application.setEntitlementCombinerName(Class<? extends EntitlementCombiner> entitlementCombiner)
Sets entitlement combiner using the
EntitlementRegistry to look up
the appropriate class. |
Modifier and Type | Method and Description |
---|---|
Class<? extends EntitlementCombiner> |
EntitlementRegistry.getCombinerType(String name)
Returns the combiner associated with the given short name.
|
Modifier and Type | Method and Description |
---|---|
void |
EntitlementRegistry.registerDecisionCombiner(Class<? extends EntitlementCombiner> type)
Registers an entitlement combiner.
|
void |
EntitlementRegistry.registerDecisionCombiner(String name,
Class<? extends EntitlementCombiner> type)
Registers an entitlement combiner with a given name.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends EntitlementCombiner> |
EntitlementUtils.getEntitlementCombiner(String name)
Attempts to retrieve the Java Class associated with the name of an entitlement combiner.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.