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 Status
ProtocolFactory. createStatus()
Returns theStatus
Object.Status
ProtocolFactory. createStatus(String value)
Returns theStatus
Object.Status
ProtocolFactory. createStatus(Element value)
Returns theStatus
Object.Status
StatusResponse. 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 void
StatusResponse. setStatus(Status value)
Sets the value of the status property.
-