| 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 |
|---|---|
EnvironmentType |
RequestType.getEnvironment()
Gets the environment from the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestType.setEnvironment(EnvironmentType environment)
Sets the environment of the request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnvironmentTypeImpl
Concrete implementation of
EnvironmentType. |
| Modifier and Type | Field and Description |
|---|---|
private EnvironmentType |
RequestTypeImpl.environment
The environment of the request.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentType |
EnvironmentTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
EnvironmentType |
EnvironmentTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
EnvironmentType |
RequestTypeImpl.getEnvironment()
Gets the environment from the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestTypeImpl.setEnvironment(EnvironmentType env)
Sets the environment of the request.
|