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 |
---|---|
Status |
ContextFactory.createStatus()
Returns a new instance of
Status . |
Status |
ContextFactory.createStatus(Element elem)
Returns a new instance of
Status . |
Status |
ContextFactory.createStatus(String xml)
Returns a new instance of
Status
The return object is immutable. |
Status |
Result.getStatus()
Returns the
Status of this object |
Modifier and Type | Method and Description |
---|---|
void |
Result.setStatus(Status status)
Sets the
Status of this object |
Modifier and Type | Class and Description |
---|---|
class |
StatusImpl
The
Status element is a container of
one or more Status s issuded by authorization authority. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.