Uses of Interface
com.sun.identity.saml2.protocol.StatusCode
-
Packages that use StatusCode Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of StatusCode in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return StatusCode Modifier and Type Method Description StatusCode
ProtocolFactory. createStatusCode()
Returns theStatusCode
Object.StatusCode
ProtocolFactory. createStatusCode(String value)
Returns theStatusCode
Object.StatusCode
ProtocolFactory. createStatusCode(Element value)
Returns theStatusCode
Object.StatusCode
Status. getStatusCode()
Returns the value of the statusCode property.StatusCode
StatusCode. getStatusCode()
Returns the value of the statusCode property.Methods in com.sun.identity.saml2.protocol with parameters of type StatusCode Modifier and Type Method Description void
Status. setStatusCode(StatusCode value)
Sets the value of the statusCode property.void
StatusCode. setStatusCode(StatusCode value)
Sets the value of the statusCode property.
-