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