|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatusType | |
---|---|
org.opensaml.xacml.ctx | |
org.opensaml.xacml.ctx.impl |
Uses of StatusType in org.opensaml.xacml.ctx |
---|
Methods in org.opensaml.xacml.ctx that return StatusType | |
---|---|
StatusType |
ResultType.getStatus()
Returns the status in the result. |
Methods in org.opensaml.xacml.ctx with parameters of type StatusType | |
---|---|
void |
ResultType.setStatus(StatusType status)
Sets the result status. |
Uses of StatusType in org.opensaml.xacml.ctx.impl |
---|
Classes in org.opensaml.xacml.ctx.impl that implement StatusType | |
---|---|
class |
StatusTypeImpl
Concrete implementation of StatusType . |
Methods in org.opensaml.xacml.ctx.impl that return StatusType | |
---|---|
StatusType |
StatusTypeImplBuilder.buildObject()
Builds a XACML object, using its default attribute name. |
StatusType |
StatusTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
StatusType |
ResultTypeImpl.getStatus()
Returns the status in the result. |
Methods in org.opensaml.xacml.ctx.impl with parameters of type StatusType | |
---|---|
void |
ResultTypeImpl.setStatus(StatusType statusIn)
Sets the result status. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |