Uses of Interface
com.sun.identity.xacml.context.Status
-
Packages that use Status Package Description com.sun.identity.xacml.context Defines XACML2 context classescom.sun.identity.xacml.context.impl Defines XACML Context implementations. -
-
Uses of Status in com.sun.identity.xacml.context
Methods in com.sun.identity.xacml.context that return Status Modifier and Type Method Description Status
ContextFactory. createStatus()
Returns a new instance ofStatus
.Status
ContextFactory. createStatus(String xml)
Returns a new instance ofStatus
The return object is immutable.Status
ContextFactory. createStatus(Element elem)
Returns a new instance ofStatus
.Status
Result. getStatus()
Returns theStatus
of this objectMethods in com.sun.identity.xacml.context with parameters of type Status Modifier and Type Method Description void
Result. setStatus(Status status)
Sets theStatus
of this object -
Uses of Status in com.sun.identity.xacml.context.impl
Classes in com.sun.identity.xacml.context.impl that implement Status Modifier and Type Class Description class
StatusImpl
TheStatus
element is a container of one or moreStatus
s issuded by authorization authority.
-