Uses of Class
com.onelogin.saml2.logout.LogoutResponseParams
Packages that use LogoutResponseParams
-
Uses of LogoutResponseParams in com.onelogin.saml2.factory
Methods in com.onelogin.saml2.factory with parameters of type LogoutResponseParamsModifier and TypeMethodDescriptiondefault LogoutResponseSamlMessageFactory.createOutgoingLogoutResponse(Saml2Settings settings, LogoutResponseParams params) Creates aLogoutResponseinstance for an outgoing response. -
Uses of LogoutResponseParams in com.onelogin.saml2.logout
Methods in com.onelogin.saml2.logout with parameters of type LogoutResponseParamsModifier and TypeMethodDescriptionprivate org.apache.commons.lang3.text.StrSubstitutorLogoutResponse.generateSubstitutor(LogoutResponseParams params, Saml2Settings settings) Substitutes LogoutResponse variables within a string by values.protected StringLogoutResponse.postProcessXml(String logoutResponseXml, LogoutResponseParams params, Saml2Settings settings) Allows for an extension class to post-process the LogoutResponse XML generated for this response, in order to customize the result.Constructors in com.onelogin.saml2.logout with parameters of type LogoutResponseParamsModifierConstructorDescriptionLogoutResponse(Saml2Settings settings, LogoutResponseParams params) Constructs the LogoutResponse object when a new response should be generated and sent.protectedCreate a set of logout request input parameters, by copying them from another set.