Uses of Interface
com.sun.identity.xacml.context.StatusCode
-
Packages that use StatusCode Package Description com.sun.identity.xacml.context Defines XACML2 context classescom.sun.identity.xacml.context.impl Defines XACML Context implementations. -
-
Uses of StatusCode in com.sun.identity.xacml.context
Methods in com.sun.identity.xacml.context that return StatusCode Modifier and Type Method Description StatusCode
ContextFactory. createStatusCode()
Returns a new instance ofStatusCode
.StatusCode
ContextFactory. createStatusCode(String xml)
Returns a new instance ofStatusCode
The return object is immutable.StatusCode
ContextFactory. createStatusCode(Element elem)
Returns a new instance ofStatusCode
.StatusCode
Status. getStatusCode()
Returns theStatusCode
of this objectMethods in com.sun.identity.xacml.context with parameters of type StatusCode Modifier and Type Method Description void
Status. setStatusCode(StatusCode statusCode)
Sets theStatusCode
of this object -
Uses of StatusCode in com.sun.identity.xacml.context.impl
Classes in com.sun.identity.xacml.context.impl that implement StatusCode Modifier and Type Class Description class
StatusCodeImpl
TheStatusCode
element is a container of one or moreStatusCode
s issuded by authorization authority.Methods in com.sun.identity.xacml.context.impl that return StatusCode Modifier and Type Method Description StatusCode
StatusImpl. getStatusCode()
Returns theStatusCode
of this objectMethods in com.sun.identity.xacml.context.impl with parameters of type StatusCode Modifier and Type Method Description void
StatusImpl. setStatusCode(StatusCode statusCode)
Sets theStatusCode
of this object
-