Uses of Class
org.codelibs.saml2.core.authn.AuthnRequestParams
Packages that use AuthnRequestParams
-
Uses of AuthnRequestParams in org.codelibs.saml2.core.authn
Methods in org.codelibs.saml2.core.authn with parameters of type AuthnRequestParamsModifier and TypeMethodDescriptionprotected StringAuthnRequest.postProcessXml(String authnRequestXml, AuthnRequestParams params, Saml2Settings settings) Allows for an extension class to post-process the AuthnRequest XML generated for this request, in order to customize the result.Constructors in org.codelibs.saml2.core.authn with parameters of type AuthnRequestParamsModifierConstructorDescriptionAuthnRequest(Saml2Settings settings, AuthnRequestParams params) Constructs the AuthnRequest object.protectedAuthnRequestParams(AuthnRequestParams source) Create a set of authentication request input parameters, by copying them from another set.