Uses of Interface
org.opensaml.saml.saml1.core.StatusCode
Packages that use StatusCode
Package
Description
Interfaces for SAML 1.0 and 1.1 types and elements.
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 StatusCodeModifier and TypeMethodDescriptionStatus.getStatusCode()Get the object representing theStatusCode(element).StatusCode.getStatusCode()Gets the second level status code.Methods in org.opensaml.saml.saml1.core with parameters of type StatusCodeModifier and TypeMethodDescriptionvoidStatus.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 StatusCodeFields in org.opensaml.saml.saml1.core.impl declared as StatusCodeModifier and TypeFieldDescriptionprivate StatusCodeStatusCodeImpl.childStatusCodeThe child StatusCode sub element.private StatusCodeStatusImpl.statusCodeRepresentation of the StatusCode element.Methods in org.opensaml.saml.saml1.core.impl that return StatusCodeModifier and TypeMethodDescriptionStatusCodeBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.StatusCodeBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.StatusCodeImpl.getStatusCode()Gets the second level status code.StatusImpl.getStatusCode()Get the object representing theStatusCode(element).Methods in org.opensaml.saml.saml1.core.impl with parameters of type StatusCodeModifier and TypeMethodDescriptionvoidStatusCodeImpl.setStatusCode(StatusCode statusCode) Sets the second level status code.voidStatusImpl.setStatusCode(StatusCode code) Set the object representing theStatusCode(element).