Package | Description |
---|---|
org.opensaml.xacml.policy |
XMLObject interfaces for XACML policy schema.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SubjectAttributeDesignatorType
XACML SubjectAttributeDesignator schema type.
|
Modifier and Type | Method and Description |
---|---|
AttributeDesignatorType |
ActionMatchType.getActionAttributeDesignator()
Gets the action attribute designator for this match.
|
AttributeDesignatorType |
EnvironmentMatchType.getEnvironmentAttributeDesignator()
Gets the environment attribute designator for this match.
|
AttributeDesignatorType |
ResourceMatchType.getResourceAttributeDesignator()
Gets the resource attribute designator for this match.
|
AttributeDesignatorType |
SubjectMatchType.getSubjectAttributeDesignator()
Gets the subject attribute designator for this match.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionMatchType.setActionAttributeDesignator(AttributeDesignatorType attribute)
Sets the action attribute designator for this match.
|
void |
EnvironmentMatchType.setEnvironmentAttributeDesignator(AttributeDesignatorType attribute)
Sets the environment attribute designator for this match.
|
void |
ResourceMatchType.setResourceAttributeDesignator(AttributeDesignatorType attribute)
Sets the resource attribute designator for this match.
|
void |
SubjectMatchType.setSubjectAttributeDesignator(AttributeDesignatorType attribute)
Sets the subject attribute designator for this match.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.