Uses of Class
com.onelogin.saml2.logout.LogoutRequestParams
-
Packages that use LogoutRequestParams Package Description com.onelogin.saml2 com.onelogin.saml2.factory com.onelogin.saml2.logout -
-
Uses of LogoutRequestParams in com.onelogin.saml2
Methods in com.onelogin.saml2 with parameters of type LogoutRequestParams Modifier and Type Method Description voidAuth. logout(java.lang.String relayState, LogoutRequestParams logoutRequestParams)Initiates the SLO process.java.lang.StringAuth. logout(java.lang.String relayState, LogoutRequestParams logoutRequestParams, java.lang.Boolean stay)Initiates the SLO process.java.lang.StringAuth. logout(java.lang.String relayState, LogoutRequestParams logoutRequestParams, java.lang.Boolean stay, java.util.Map<java.lang.String,java.lang.String> parameters)Initiates the SLO process. -
Uses of LogoutRequestParams in com.onelogin.saml2.factory
Methods in com.onelogin.saml2.factory with parameters of type LogoutRequestParams Modifier and Type Method Description default 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 LogoutRequestParams Modifier and Type Method Description private org.apache.commons.lang3.text.StrSubstitutorLogoutRequest. generateSubstitutor(LogoutRequestParams params, Saml2Settings settings)Substitutes LogoutRequest variables within a string by values.protected java.lang.StringLogoutRequest. postProcessXml(java.lang.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 LogoutRequestParams Constructor Description LogoutRequest(Saml2Settings settings, LogoutRequestParams params)Constructs the LogoutRequest object when a new request should be generated and sent.LogoutRequestParams(LogoutRequestParams source)Create a set of logout request input parameters, by copying them from another set.
-