Uses of Class
com.onelogin.saml2.authn.AuthnRequestParams
Packages that use AuthnRequestParams
-
Uses of AuthnRequestParams in com.onelogin.saml2
Methods in com.onelogin.saml2 with parameters of type AuthnRequestParamsModifier and TypeMethodDescriptionvoidAuth.login(AuthnRequestParams authnRequestParams) Initiates the SSO process.voidAuth.login(String relayState, AuthnRequestParams authnRequestParams) Initiates the SSO process.Auth.login(String relayState, AuthnRequestParams authnRequestParams, Boolean stay) Initiates the SSO process.Auth.login(String relayState, AuthnRequestParams authnRequestParams, Boolean stay, Map<String, String> parameters) Initiates the SSO process. -
Uses of AuthnRequestParams in com.onelogin.saml2.authn
Methods in com.onelogin.saml2.authn with parameters of type AuthnRequestParamsModifier and TypeMethodDescriptionprivate org.apache.commons.lang3.text.StrSubstitutorAuthnRequest.generateSubstitutor(AuthnRequestParams params, Saml2Settings settings) Substitutes AuthnRequest variables within a string by values.protected 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 com.onelogin.saml2.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. -
Uses of AuthnRequestParams in com.onelogin.saml2.factory
Methods in com.onelogin.saml2.factory with parameters of type AuthnRequestParamsModifier and TypeMethodDescriptiondefault AuthnRequestSamlMessageFactory.createAuthnRequest(Saml2Settings settings, AuthnRequestParams params) Creates anAuthnRequestinstance.