Package | Description |
---|---|
com.sun.identity.xacml.context |
Defines XACML2 context classes
|
com.sun.identity.xacml.context.impl |
Defines XACML Context implementations.
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
ContextFactory.createStatusCode()
Returns a new instance of
StatusCode . |
StatusCode |
ContextFactory.createStatusCode(Element elem)
Returns a new instance of
StatusCode . |
StatusCode |
ContextFactory.createStatusCode(String xml)
Returns a new instance of
StatusCode
The return object is immutable. |
StatusCode |
Status.getStatusCode()
Returns the
StatusCode of this object |
Modifier and Type | Method and Description |
---|---|
void |
Status.setStatusCode(StatusCode statusCode)
Sets the
StatusCode of this object |
Modifier and Type | Class and Description |
---|---|
class |
StatusCodeImpl
The
StatusCode element is a container of
one or more StatusCode s issuded by authorization authority. |
Modifier and Type | Method and Description |
---|---|
StatusCode |
StatusImpl.getStatusCode()
Returns the
StatusCode of this object |
Modifier and Type | Method and Description |
---|---|
void |
StatusImpl.setStatusCode(StatusCode statusCode)
Sets the
StatusCode of this object |
Copyright © 2010-2018, ForgeRock All Rights Reserved.