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 | Method and Description |
---|---|
EnvironmentType |
EnvironmentTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
EnvironmentType |
EnvironmentTypeImplBuilder.buildObject(String namespaceURI,
String localName,
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.
|
Copyright © 2019. All rights reserved.