Uses of Interface
org.opensaml.xacml.ctx.StatusCodeType
-
Packages that use StatusCodeType Package Description org.opensaml.xacml.ctx XMLObject interfaces for XACML context schema. -
-
Uses of StatusCodeType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return StatusCodeType Modifier and Type Method Description StatusCodeTypeStatusCodeType. getStatusCode()Gets the status code.StatusCodeTypeStatusType. getStatusCode()Gets the status code of status.Methods in org.opensaml.xacml.ctx with parameters of type StatusCodeType Modifier and Type Method Description voidStatusCodeType. setStatusCode(StatusCodeType code)Sets the status code.voidStatusType. setStatusCode(StatusCodeType newStatusCode)Sets the status code for the Status.
-