Uses of Class
com.onelogin.saml2.logout.LogoutRequestParams
Packages that use LogoutRequestParams
-
Uses of LogoutRequestParams in com.onelogin.saml2
Methods in com.onelogin.saml2 with parameters of type LogoutRequestParamsModifier and TypeMethodDescriptionvoidAuth.logout(String relayState, LogoutRequestParams logoutRequestParams) Initiates the SLO process.Auth.logout(String relayState, LogoutRequestParams logoutRequestParams, Boolean stay) Initiates the SLO process.Auth.logout(String relayState, LogoutRequestParams logoutRequestParams, Boolean stay, Map<String, String> parameters) Initiates the SLO process. -
Uses of LogoutRequestParams in com.onelogin.saml2.factory
Methods in com.onelogin.saml2.factory with parameters of type LogoutRequestParamsModifier and TypeMethodDescriptiondefault LogoutRequestSamlMessageFactory.createOutgoingLogoutRequest(Saml2Settings settings, LogoutRequestParams params) Creates aLogoutRequestinstance for an outgoing request. -
Uses of LogoutRequestParams in com.onelogin.saml2.logout
Methods in com.onelogin.saml2.logout with parameters of type LogoutRequestParamsModifier and TypeMethodDescriptionprivate org.apache.commons.lang3.text.StrSubstitutorLogoutRequest.generateSubstitutor(LogoutRequestParams params, Saml2Settings settings) Substitutes LogoutRequest variables within a string by values.protected StringLogoutRequest.postProcessXml(String logoutRequestXml, LogoutRequestParams params, Saml2Settings settings) Allows for an extension class to post-process the LogoutRequest XML generated for this request, in order to customize the result.Constructors in com.onelogin.saml2.logout with parameters of type LogoutRequestParamsModifierConstructorDescriptionLogoutRequest(Saml2Settings settings, LogoutRequestParams params) Constructs the LogoutRequest object when a new request should be generated and sent.protectedCreate a set of logout request input parameters, by copying them from another set.