Uses of Class
com.onelogin.saml2.logout.LogoutResponseParams
-
Packages that use LogoutResponseParams Package Description com.onelogin.saml2.factory com.onelogin.saml2.logout -
-
Uses of LogoutResponseParams in com.onelogin.saml2.factory
Methods in com.onelogin.saml2.factory with parameters of type LogoutResponseParams Modifier and Type Method Description default 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 LogoutResponseParams Modifier and Type Method Description private org.apache.commons.lang3.text.StrSubstitutorLogoutResponse. generateSubstitutor(LogoutResponseParams params, Saml2Settings settings)Substitutes LogoutResponse variables within a string by values.protected java.lang.StringLogoutResponse. postProcessXml(java.lang.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 LogoutResponseParams Constructor Description LogoutResponse(Saml2Settings settings, LogoutResponseParams params)Constructs the LogoutResponse object when a new response should be generated and sent.LogoutResponseParams(LogoutResponseParams source)Create a set of logout request input parameters, by copying them from another set.
-