Uses of Class
org.codelibs.saml2.core.model.SamlResponseStatus
Packages that use SamlResponseStatus
Package
Description
-
Uses of SamlResponseStatus in org.codelibs.saml2.core.authn
Methods in org.codelibs.saml2.core.authn that return SamlResponseStatusModifier and TypeMethodDescriptionSamlResponse.getResponseStatus()Returns the ResponseStatus objectstatic SamlResponseStatusGet Status from a Response -
Uses of SamlResponseStatus in org.codelibs.saml2.core.logout
Methods in org.codelibs.saml2.core.logout that return SamlResponseStatusModifier and TypeMethodDescriptionLogoutResponseParams.getResponseStatus()Returns the response status.LogoutResponse.getSamlResponseStatus()Gets the Status of the Logout Response.Methods in org.codelibs.saml2.core.logout with parameters of type SamlResponseStatusModifier and TypeMethodDescriptionvoidLogoutResponse.build(String inResponseTo, SamlResponseStatus responseStatus) Deprecated.Constructors in org.codelibs.saml2.core.logout with parameters of type SamlResponseStatusModifierConstructorDescriptionLogoutResponseParams(String inResponseTo, SamlResponseStatus responseStatus) Creates a logout response. -
Uses of SamlResponseStatus in org.codelibs.saml2.core.util
Methods in org.codelibs.saml2.core.util that return SamlResponseStatus
LogoutResponse(Saml2Settings, LogoutResponseParams)instead, in which case this method becomes completely useless; indeed, invoking this method in an outgoing logout response scenario will cause the response parameters specified at construction time (inResponseToandresponseStatus) to be overwritten, as well as its generated id and issue instant; on the other hand invoking this method in a received logout response scenario does not make sense at all (and in that caseLogoutResponse(Saml2Settings, HttpRequest)should be used instead)