| Package | Description |
|---|---|
| org.opensaml.xacml.ctx |
XMLObject interfaces for XACML context schema.
|
| org.opensaml.xacml.ctx.impl |
XMLObject implementations for XACML context schema.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SubjectType> |
RequestType.getSubjects()
Gets the subjects from the request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubjectTypeImpl
Concrete implementation of
SubjectType. |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<SubjectType> |
RequestTypeImpl.subjects
The subjects of the request.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectType |
SubjectTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
SubjectType |
SubjectTypeImplBuilder.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<SubjectType> |
RequestTypeImpl.getSubjects()
Gets the subjects from the request.
|