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 StatusCodeProtocolFactory. createStatusCode()Returns theStatusCodeObject.StatusCodeProtocolFactory. createStatusCode(String value)Returns theStatusCodeObject.StatusCodeProtocolFactory. createStatusCode(Element value)Returns theStatusCodeObject.StatusCodeStatus. getStatusCode()Returns the value of the statusCode property.StatusCodeStatusCode. 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 voidStatus. setStatusCode(StatusCode value)Sets the value of the statusCode property.voidStatusCode. setStatusCode(StatusCode value)Sets the value of the statusCode property.
-