Uses of Interface
com.sun.identity.saml2.protocol.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return StatusCodeModifier and TypeMethodDescriptionProtocolFactory.createStatusCode()
Returns theStatusCode
Object.ProtocolFactory.createStatusCode
(String value) Returns theStatusCode
Object.ProtocolFactory.createStatusCode
(Element value) Returns theStatusCode
Object.Status.getStatusCode()
Returns the value of the statusCode property.StatusCode.getStatusCode()
Returns the value of the statusCode property.Methods in com.sun.identity.saml2.protocol with parameters of type StatusCodeModifier and TypeMethodDescriptionvoid
Status.setStatusCode
(StatusCode value) Sets the value of the statusCode property.void
StatusCode.setStatusCode
(StatusCode value) Sets the value of the statusCode property.