Package | Description |
---|---|
com.bea.common.security.xacml.policy |
Provides interfaces for
com.bea.common.security.xacml.policy . |
Modifier and Type | Class and Description |
---|---|
class |
ActionAttributeDesignator
ActionAttributeDesignator schema object
|
class |
Apply
Apply schema object
|
class |
AttributeDesignator
Base class for Subject, Resource, Action, and Environment AttributeDesignator
|
class |
AttributeSelector
AttributeSelector schema object
|
class |
AttributeValue
Base class for all AttributeValue schema objects, including run-time bags
|
class |
Condition
Condition schema object
|
class |
EnvironmentAttributeDesignator
EnvironmentAttributeDesignator schema object
|
class |
Function
Function schema object
|
class |
ResourceAttributeDesignator
ResourceAttributeDesignator schema object
|
class |
SubjectAttributeDesignator
SubjectAttributeDesignator scheam object
|
class |
VariableReference
VariableReference schema object
|
Modifier and Type | Field and Description |
---|---|
private Expression |
VariableDefinition.expression |
private Expression |
Condition.expression |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Expression> |
Apply.expressions |
Modifier and Type | Method and Description |
---|---|
Expression |
VariableDefinition.getExpression()
Returns expression
|
Expression |
Condition.getExpression()
Returns expression
|
static Expression |
ExpressionHandler.parseExpression(com.bea.common.security.xacml.attr.AttributeRegistry registry,
org.w3c.dom.Node node)
Parses an expression from DOM node
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Expression> |
Apply.getExpressions()
Returns list of expressions
|
Constructor and Description |
---|
Condition(Expression expression)
Constructs Condition for specified expression
|
VariableDefinition(java.lang.String variableId,
Expression expression)
Constructs VariableDefinition with specified ID and expression
|
Constructor and Description |
---|
Apply(URI functionId,
java.util.List<Expression> expressions)
Consturcts Apply with the indicated values
|