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