Package | Description |
---|---|
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl |
Modifier and Type | Method and Description |
---|---|
AttributeSelectorType |
SubjectMatchType.getAttributeSelector()
Gets the attribute selector for this match.
|
AttributeSelectorType |
ResourceMatchType.getAttributeSelector()
Gets the attribute selector for this match.
|
AttributeSelectorType |
ActionMatchType.getAttributeSelector()
Gets the attribute selector for this match.
|
AttributeSelectorType |
EnvironmentMatchType.getAttributeSelector()
Gets the attribute selector for this match.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectMatchType.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match.
|
void |
ResourceMatchType.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match.
|
void |
ActionMatchType.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match.
|
void |
EnvironmentMatchType.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeSelectorTypeImpl
Implementation
AttributeSelectorType . |
Modifier and Type | Method and Description |
---|---|
AttributeSelectorType |
AttributeSelectorTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
AttributeSelectorType |
AttributeSelectorTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
AttributeSelectorType |
ActionMatchTypeImpl.getAttributeSelector()
Gets the attribute selector for this match.
|
AttributeSelectorType |
SubjectMatchTypeImpl.getAttributeSelector()
Gets the attribute selector for this match.
|
AttributeSelectorType |
ResourceMatchTypeImpl.getAttributeSelector()
Gets the attribute selector for this match.
|
AttributeSelectorType |
EnvironmentMatchTypeImpl.getAttributeSelector()
Gets the attribute selector for this match.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match.
|
void |
SubjectMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match.
|
void |
ResourceMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match.
|
void |
EnvironmentMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match.
|
Copyright © 1999-2013. All Rights Reserved.