Package | Description |
---|---|
com.sun.identity.entitlement.xacml3 | |
com.sun.identity.entitlement.xacml3.core |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
|
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 |
---|---|
Set<ResourceAttribute> |
XACMLSchemaFactory.adviceExpressionsToResourceAttributes(AdviceExpressions adviceExpressions)
Convert the specified
AdviceExpressions object into a set of
ResourceAttribute objects. |
Modifier and Type | Field and Description |
---|---|
protected AdviceExpressions |
Rule.adviceExpressions |
protected AdviceExpressions |
Policy.adviceExpressions |
protected AdviceExpressions |
PolicySet.adviceExpressions |
Modifier and Type | Method and Description |
---|---|
AdviceExpressions |
ObjectFactory.createAdviceExpressions()
Create an instance of
AdviceExpressions |
AdviceExpressions |
Rule.getAdviceExpressions()
Gets the value of the adviceExpressions property.
|
AdviceExpressions |
Policy.getAdviceExpressions()
Gets the value of the adviceExpressions property.
|
AdviceExpressions |
PolicySet.getAdviceExpressions()
Gets the value of the adviceExpressions property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AdviceExpressions> |
ObjectFactory.createAdviceExpressions(AdviceExpressions value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AdviceExpressions> |
ObjectFactory.createAdviceExpressions(AdviceExpressions value)
|
void |
Rule.setAdviceExpressions(AdviceExpressions value)
Sets the value of the adviceExpressions property.
|
void |
Policy.setAdviceExpressions(AdviceExpressions value)
Sets the value of the adviceExpressions property.
|
void |
PolicySet.setAdviceExpressions(AdviceExpressions value)
Sets the value of the adviceExpressions property.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.