|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeSelectorType | |
---|---|
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl |
Uses of AttributeSelectorType in org.opensaml.xacml.policy |
---|
Methods in org.opensaml.xacml.policy that return AttributeSelectorType | |
---|---|
AttributeSelectorType |
EnvironmentMatchType.getAttributeSelector()
Gets the attribute selector for this match. |
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. |
Methods in org.opensaml.xacml.policy with parameters of type AttributeSelectorType | |
---|---|
void |
EnvironmentMatchType.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match. |
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. |
Uses of AttributeSelectorType in org.opensaml.xacml.policy.impl |
---|
Classes in org.opensaml.xacml.policy.impl that implement AttributeSelectorType | |
---|---|
class |
AttributeSelectorTypeImpl
Implementation AttributeSelectorType . |
Methods in org.opensaml.xacml.policy.impl that return AttributeSelectorType | |
---|---|
AttributeSelectorType |
AttributeSelectorTypeImplBuilder.buildObject()
Builds a XACML object, using its default attribute name. |
AttributeSelectorType |
AttributeSelectorTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
AttributeSelectorType |
ResourceMatchTypeImpl.getAttributeSelector()
Gets the attribute selector for this match. |
AttributeSelectorType |
EnvironmentMatchTypeImpl.getAttributeSelector()
Gets the attribute selector for this match. |
AttributeSelectorType |
ActionMatchTypeImpl.getAttributeSelector()
Gets the attribute selector for this match. |
AttributeSelectorType |
SubjectMatchTypeImpl.getAttributeSelector()
Gets the attribute selector for this match. |
Methods in org.opensaml.xacml.policy.impl with parameters of type AttributeSelectorType | |
---|---|
void |
ResourceMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match. |
void |
EnvironmentMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match. |
void |
ActionMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match. |
void |
SubjectMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |