Uses of Interface
org.opensaml.saml.saml1.core.Status
-
Packages that use Status Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. -
-
Uses of Status in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return Status Modifier and Type Method Description StatusResponse. getStatus()Return the object representing theStatus(element).Methods in org.opensaml.saml.saml1.core with parameters of type Status Modifier and Type Method Description voidResponse. setStatus(Status status)Set the object representing theStatus(element).
-