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 theStatusCodeObject.ProtocolFactory.createStatusCode(String value) Returns theStatusCodeObject.ProtocolFactory.createStatusCode(Element value) Returns theStatusCodeObject.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 TypeMethodDescriptionvoidStatus.setStatusCode(StatusCode value) Sets the value of the statusCode property.voidStatusCode.setStatusCode(StatusCode value) Sets the value of the statusCode property.