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.
-
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.