|
||||||||||
| 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 XACMLObject using the default name and namespace information provided XACML specifications. |
StatusType |
StatusTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.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 | |||||||||