| 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 |
|---|---|
StatusMessageType |
StatusType.getStatusMessage()
Gets the status message of status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusType.setStatusMessage(StatusMessageType newStatusMessage)
Sets the status message for the Status.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatusMessageTypeImpl
Implementation of
StatusMessageType. |
| Modifier and Type | Field and Description |
|---|---|
private StatusMessageType |
StatusTypeImpl.statusMessage
The status message.
|
| Modifier and Type | Method and Description |
|---|---|
StatusMessageType |
StatusMessageTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
StatusMessageType |
StatusMessageTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
StatusMessageType |
StatusTypeImpl.getStatusMessage()
Gets the status message of status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusTypeImpl.setStatusMessage(StatusMessageType newStatusMessage)
Sets the status message for the Status.
|