Uses of Interface
com.sun.identity.saml2.protocol.Status
-
Packages that use Status Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of Status in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return Status Modifier and Type Method Description StatusProtocolFactory. createStatus()Returns theStatusObject.StatusProtocolFactory. createStatus(String value)Returns theStatusObject.StatusProtocolFactory. createStatus(Element value)Returns theStatusObject.StatusStatusResponse. getStatus()Returns the value of the status property.Methods in com.sun.identity.saml2.protocol with parameters of type Status Modifier and Type Method Description voidStatusResponse. setStatus(Status value)Sets the value of the status property.
-