Uses of Interface
org.opensaml.saml.saml2.core.Status
-
Packages that use Status Package Description org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces. -
-
Uses of Status in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return Status Modifier and Type Method Description StatusStatusResponseType. getStatus()Gets the Status of this response.Methods in org.opensaml.saml.saml2.core with parameters of type Status Modifier and Type Method Description voidStatusResponseType. setStatus(Status newStatus)Sets the Status of this response.
-