|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatusCodeType | |
|---|---|
| org.opensaml.xacml.ctx | |
| org.opensaml.xacml.ctx.impl | |
| Uses of StatusCodeType in org.opensaml.xacml.ctx |
|---|
| Methods in org.opensaml.xacml.ctx that return StatusCodeType | |
|---|---|
StatusCodeType |
StatusType.getStatusCode()
Gets the status code of status. |
StatusCodeType |
StatusCodeType.getStatusCode()
Gets the status code. |
| Methods in org.opensaml.xacml.ctx with parameters of type StatusCodeType | |
|---|---|
void |
StatusType.setStatusCode(StatusCodeType newStatusCode)
Sets the status code for the Status. |
void |
StatusCodeType.setStatusCode(StatusCodeType code)
Sets the status code. |
| Uses of StatusCodeType in org.opensaml.xacml.ctx.impl |
|---|
| Classes in org.opensaml.xacml.ctx.impl that implement StatusCodeType | |
|---|---|
class |
StatusCodeTypeImpl
Concrete implementation of StatusCodeType. |
| Methods in org.opensaml.xacml.ctx.impl that return StatusCodeType | |
|---|---|
StatusCodeType |
StatusCodeTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications. |
StatusCodeType |
StatusCodeTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
StatusCodeType |
StatusTypeImpl.getStatusCode()
Gets the status code of status. |
StatusCodeType |
StatusCodeTypeImpl.getStatusCode()
Gets the status code. |
| Methods in org.opensaml.xacml.ctx.impl with parameters of type StatusCodeType | |
|---|---|
void |
StatusTypeImpl.setStatusCode(StatusCodeType newStatusCode)
Sets the status code for the Status. |
void |
StatusCodeTypeImpl.setStatusCode(StatusCodeType code)
Sets the status code. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||