Uses of Interface
org.opensaml.xacml.ctx.StatusCodeType
Packages that use StatusCodeType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
Uses of StatusCodeType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return StatusCodeTypeModifier and TypeMethodDescriptionStatusCodeType.getStatusCode()Gets the status code.StatusType.getStatusCode()Gets the status code of status.Methods in org.opensaml.xacml.ctx with parameters of type StatusCodeTypeModifier and TypeMethodDescriptionvoidStatusCodeType.setStatusCode(StatusCodeType code) Sets the status code.voidStatusType.setStatusCode(StatusCodeType newStatusCode) Sets the status code for the Status. -
Uses of StatusCodeType in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement StatusCodeTypeFields in org.opensaml.xacml.ctx.impl declared as StatusCodeTypeModifier and TypeFieldDescriptionprivate StatusCodeTypeStatusCodeTypeImpl.statusCodeSub status code.private StatusCodeTypeStatusTypeImpl.statusCodeStatus code.Methods in org.opensaml.xacml.ctx.impl that return StatusCodeTypeModifier and TypeMethodDescriptionStatusCodeTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.StatusCodeTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.StatusCodeTypeImpl.getStatusCode()Gets the status code.StatusTypeImpl.getStatusCode()Gets the status code of status.Methods in org.opensaml.xacml.ctx.impl with parameters of type StatusCodeTypeModifier and TypeMethodDescriptionvoidStatusCodeTypeImpl.setStatusCode(StatusCodeType code) Sets the status code.voidStatusTypeImpl.setStatusCode(StatusCodeType newStatusCode) Sets the status code for the Status.