Uses of Class
org.codelibs.saml2.core.logout.LogoutResponseParams
Packages that use LogoutResponseParams
-
Uses of LogoutResponseParams in org.codelibs.saml2.core.logout
Methods in org.codelibs.saml2.core.logout with parameters of type LogoutResponseParamsModifier and TypeMethodDescriptionprotected 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 org.codelibs.saml2.core.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.