Uses of Interface
org.opensaml.saml.saml1.core.StatusCode
-
Packages that use StatusCode Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements.org.opensaml.saml.saml1.core.impl Implementations of SAML 1.x core specification types and elements. -
-
Uses of StatusCode in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return StatusCode Modifier and Type Method Description StatusCodeStatus. getStatusCode()Get the object representing theStatusCode(element).StatusCodeStatusCode. getStatusCode()Gets the second level status code.Methods in org.opensaml.saml.saml1.core with parameters of type StatusCode Modifier and Type Method Description voidStatus. setStatusCode(StatusCode statusCode)Set the object representing theStatusCode(element).voidStatusCode. setStatusCode(StatusCode statusCode)Sets the second level status code. -
Uses of StatusCode in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement StatusCode Modifier and Type Class Description classStatusCodeImplConcrete implementation ofStatusCodeObject.Fields in org.opensaml.saml.saml1.core.impl declared as StatusCode Modifier and Type Field Description private StatusCodeStatusCodeImpl. childStatusCodeThe child StatusCode sub element.private StatusCodeStatusImpl. statusCodeRepresentation of the StatusCode element.Methods in org.opensaml.saml.saml1.core.impl that return StatusCode Modifier and Type Method Description StatusCodeStatusCodeBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.StatusCodeStatusCodeBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.StatusCodeStatusCodeImpl. getStatusCode()Gets the second level status code.StatusCodeStatusImpl. getStatusCode()Get the object representing theStatusCode(element).Methods in org.opensaml.saml.saml1.core.impl with parameters of type StatusCode Modifier and Type Method Description voidStatusCodeImpl. setStatusCode(StatusCode statusCode)Sets the second level status code.voidStatusImpl. setStatusCode(StatusCode code)Set the object representing theStatusCode(element).
-