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