Uses of Class
com.sun.identity.saml.protocol.Status
-
Packages that use Status Package Description com.sun.identity.federation.message Defines federation protocol message classes.com.sun.identity.federation.services HandlesID-FFfederation profiles.com.sun.identity.federation.services.fednsso HandlesID-FFfederation and single sign on.com.sun.identity.saml.protocol SAML 1.x Protocol Classes. -
-
Uses of Status in com.sun.identity.federation.message
Methods in com.sun.identity.federation.message that return Status Modifier and Type Method Description StatusFSLogoutResponse. getStatus()Deprecated.Returns the LogoutStatus.StatusFSNameIdentifierMappingResponse. getStatus()Deprecated.Returns theStatus.StatusFSNameRegistrationResponse. getStatus()Deprecated.Returns the ResponseStatus.Methods in com.sun.identity.federation.message with parameters of type Status Modifier and Type Method Description voidFSLogoutResponse. setStatus(Status status)Deprecated.Sets the LogoutStatus.voidFSNameRegistrationResponse. setStatus(Status status)Deprecated.Sets the ResponseStatus.Constructors in com.sun.identity.federation.message with parameters of type Status Constructor Description FSAuthnResponse(String responseID, String inResponseTo, Status status, List contents, String relayState)Deprecated.Constructor to createFSAuthnResponseobject.FSLogoutResponse(String responseID, String inResponseTo, Status status, String providerId, String relayState)Deprecated.Constructor createsFSLogoutResponseobject.FSNameIdentifierMappingResponse(String providerID, String inResponseTo, Status status, NameIdentifier nameIdentifier)Deprecated.Constructor to createFSNameIdentifierMappingResponseobject.FSNameRegistrationResponse(String responseID, String inResponseTo, Status status, String providerId, String relayState)Deprecated.Constructor creates theFSNameRegistrationResponseobject.FSResponse(String responseID, String inResponseTo, Status status, List contents)Deprecated.Constructor createsFSResponseobject. -
Uses of Status in com.sun.identity.federation.services
Methods in com.sun.identity.federation.services that return Status Modifier and Type Method Description StatusFSAssertionManager. getErrorStatus(AssertionArtifact aa)Retrieve the original status of a reference artifact.protected StatusFSAssertionManagerClient. getErrorStatus(AssertionArtifact artifact)Methods in com.sun.identity.federation.services with parameters of type Status Modifier and Type Method Description voidFSAssertionManager. setErrStatus(AssertionArtifact aa, Status s)Store the status of a given artifact (original error) -
Uses of Status in com.sun.identity.federation.services.fednsso
Fields in com.sun.identity.federation.services.fednsso declared as Status Modifier and Type Field Description protected StatusFSSSOAndFedHandler. noFedStatus -
Uses of Status in com.sun.identity.saml.protocol
Fields in com.sun.identity.saml.protocol declared as Status Modifier and Type Field Description protected StatusResponse. statusMethods in com.sun.identity.saml.protocol that return Status Modifier and Type Method Description StatusResponse. getStatus()Gets the Status of the Response.Methods in com.sun.identity.saml.protocol with parameters of type Status Modifier and Type Method Description booleanResponse. setStatus(Status status)Set the Status of the Response.Constructors in com.sun.identity.saml.protocol with parameters of type Status Constructor Description Response(String responseID, Status status, String recipient, List contents)This constructor shall only be used at the server side to construct a Response object.Response(String responseID, Status status, List contents)This constructor shall only be used at the server side to construct a Response object.Response(String responseID, String inResponseTo, Status status, String recipient, List contents)This constructor shall only be used at the server side to construct a Response object.Response(String responseID, String inResponseTo, Status status, List contents)This constructor shall only be used at the server side to construct a Response object.
-