Uses of Interface
com.sun.identity.xacml.context.StatusCode
Package
Description
Defines XACML2 context classes
Defines XACML Context implementations.
-
Uses of StatusCode in com.sun.identity.xacml.context
Modifier and TypeMethodDescriptionContextFactory.createStatusCode()
Returns a new instance ofStatusCode
.ContextFactory.createStatusCode
(String xml) Returns a new instance ofStatusCode
The return object is immutable.ContextFactory.createStatusCode
(Element elem) Returns a new instance ofStatusCode
.Status.getStatusCode()
Returns theStatusCode
of this objectModifier and TypeMethodDescriptionvoid
Status.setStatusCode
(StatusCode statusCode) Sets theStatusCode
of this object -
Uses of StatusCode in com.sun.identity.xacml.context.impl
Modifier and TypeClassDescriptionclass
TheStatusCode
element is a container of one or moreStatusCode
s issuded by authorization authority.Modifier and TypeMethodDescriptionStatusImpl.getStatusCode()
Returns theStatusCode
of this objectModifier and TypeMethodDescriptionvoid
StatusImpl.setStatusCode
(StatusCode statusCode) Sets theStatusCode
of this object