Package | Description |
---|---|
com.sun.identity.xacml.context |
Defines XACML2 context classes
|
com.sun.identity.xacml.context.impl |
Defines XACML Context implementations.
|
com.sun.identity.xacml.plugins | |
com.sun.identity.xacml.spi |
Modifier and Type | Method and Description |
---|---|
Environment |
ContextFactory.createEnvironment()
Returns a new instance of
Environment . |
Environment |
ContextFactory.createEnvironment(Element elem)
Returns a new instance of
Environment . |
Environment |
ContextFactory.createEnvironment(String xml)
Returns a new instance of
Environment . |
Environment |
Request.getEnvironment()
Returns the instance of
Environment |
Modifier and Type | Method and Description |
---|---|
void |
Request.setEnvironment(Environment env)
Sets the instance of
Environment |
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentImpl
The
Environment element specifies information about the
environment requested in the Request context by listing a
sequence of Attribute elements associated with the
environment. |
Modifier and Type | Method and Description |
---|---|
Environment |
RequestImpl.getEnvironment()
Returns the instance of
Environment element. |
Modifier and Type | Method and Description |
---|---|
void |
RequestImpl.setEnvironment(Environment argEnv)
Sets the instance of the
Environment |
Modifier and Type | Method and Description |
---|---|
Map |
FMEnvironmentMapper.mapToNativeEnvironment(Environment xacmlContextEnvironment,
List xacmlContextSubjects)
Returns native environment
|
Modifier and Type | Method and Description |
---|---|
Map |
EnvironmentMapper.mapToNativeEnvironment(Environment xacmlContextEnvironment,
List xacmlContextSubjects)
Returns native environment
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.