Package | Description |
---|---|
com.sun.identity.entitlement |
Defines classes and interfaces to work with entitlements.
|
com.sun.identity.entitlement.opensso | |
com.sun.identity.entitlement.xacml3 | |
org.forgerock.openam.entitlement |
Defines classes to handle entitlements.
|
org.forgerock.openam.entitlement.rest.model.json |
Data model for the entitlements resource.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticAttributes
Interface specification for entitlement
ResourceAttribute |
class |
UserAttributes
Interface specification for entitlement
ResourceAttribute |
Modifier and Type | Method and Description |
---|---|
Set<ResourceAttribute> |
Privilege.getResourceAttributes()
Returns the eResurceAttributes of the privilege
|
Modifier and Type | Method and Description |
---|---|
void |
Privilege.setResourceAttributes(Set<ResourceAttribute> set)
Sets resource attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
PolicyResponseProvider
This class is used to wrap legacy response providers from previous OpenAM
versions and makes them available to the OpenAM entitlement framework.
|
Modifier and Type | Method and Description |
---|---|
ResourceAttribute |
XACMLSchemaFactory.adviceExpressionToResourceAttribute(AdviceExpression adviceExpression)
Convert the specified
AdviceExpression object into a
ResourceAttribute . |
ResourceAttribute |
ResourceAttributeUtil.fromJSON(String json)
Convert the JSON text into a
ResourceAttribute . |
Modifier and Type | Method and Description |
---|---|
Set<ResourceAttribute> |
XACMLSchemaFactory.adviceExpressionsToResourceAttributes(AdviceExpressions adviceExpressions)
Convert the specified
AdviceExpressions object into a set of
ResourceAttribute objects. |
Modifier and Type | Method and Description |
---|---|
AdviceExpression |
XACMLSchemaFactory.resourceAttributeToAdviceExpression(ResourceAttribute resourceAttribute)
Convert one
ResourceAttribute object into an
AdviceExpression object. |
String |
ResourceAttributeUtil.toJSON(ResourceAttribute attribute)
Convert a
Privilege ResourceAttribute into JSON representation. |
Modifier and Type | Method and Description |
---|---|
AdviceExpressions |
XACMLSchemaFactory.resourceAttributesToAdviceExpressions(Set<ResourceAttribute> resourceAttributes)
Convert a set of
ResourceAttribute objects to a single
AdviceExpression object. |
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).
|
Modifier and Type | Method and Description |
---|---|
Set<ResourceAttribute> |
JsonPolicy.getResourceAttributes()
Gets the resource attribute providers for this policy.
|
protected Class<? extends ResourceAttribute> |
ResourceAttributeTypeIdResolver.getType(EntitlementRegistry registry,
String shortName) |
Modifier and Type | Method and Description |
---|---|
protected String |
ResourceAttributeTypeIdResolver.getShortName(EntitlementRegistry registry,
ResourceAttribute value) |
Modifier and Type | Method and Description |
---|---|
void |
JsonPolicy.setResourceAttributes(Set<ResourceAttribute> attributes)
Sets the resource attribute providers to use when evaluating this policy.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.