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 |
---|---|
StatusMessage |
ContextFactory.createStatusMessage()
Returns a new instance of
StatusMessage . |
StatusMessage |
ContextFactory.createStatusMessage(Element elem)
Returns a new instance of
StatusMessage . |
StatusMessage |
ContextFactory.createStatusMessage(String xml)
Returns a new instance of
StatusMessage
The return object is immutable. |
StatusMessage |
Status.getStatusMessage()
Returns the
StatusMessage of this object |
Modifier and Type | Method and Description |
---|---|
void |
Status.setStatusMessage(StatusMessage statusMessage)
Sets the
StatusMessage of this object |
Modifier and Type | Class and Description |
---|---|
class |
StatusMessageImpl
The
StatusMessage element is a container of
one or more StatusMessage s issuded by authorization authority. |
Modifier and Type | Method and Description |
---|---|
StatusMessage |
StatusImpl.getStatusMessage()
Returns the
StatusMessage of this object |
Modifier and Type | Method and Description |
---|---|
void |
StatusImpl.setStatusMessage(StatusMessage statusMessage)
Sets the
StatusMessage of this object |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.