| Package | Description |
|---|---|
| org.opensaml.xacml.policy |
XMLObject interfaces for XACML policy schema.
|
| org.opensaml.xacml.policy.impl |
XMLObject provider implementation classes for XACML policy schema.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SubjectMatchType> |
SubjectType.getSubjectMatches()
Gets the subject matches for this action.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubjectMatchTypeImpl
Concrete implementation of
SubjectMatchType. |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<SubjectMatchType> |
SubjectTypeImpl.subjectMatch
List of subject matches.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectMatchType |
SubjectMatchTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
SubjectMatchType |
SubjectMatchTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SubjectMatchType> |
SubjectTypeImpl.getSubjectMatches()
Gets the subject matches for this action.
|