Uses of Class
com.onelogin.saml2.authn.AuthnRequestParams
-
Packages that use AuthnRequestParams Package Description com.onelogin.saml2 com.onelogin.saml2.authn com.onelogin.saml2.factory -
-
Uses of AuthnRequestParams in com.onelogin.saml2
Methods in com.onelogin.saml2 with parameters of type AuthnRequestParams Modifier and Type Method Description voidAuth. login(AuthnRequestParams authnRequestParams)Initiates the SSO process.voidAuth. login(java.lang.String relayState, AuthnRequestParams authnRequestParams)Initiates the SSO process.java.lang.StringAuth. login(java.lang.String relayState, AuthnRequestParams authnRequestParams, java.lang.Boolean stay)Initiates the SSO process.java.lang.StringAuth. login(java.lang.String relayState, AuthnRequestParams authnRequestParams, java.lang.Boolean stay, java.util.Map<java.lang.String,java.lang.String> parameters)Initiates the SSO process. -
Uses of AuthnRequestParams in com.onelogin.saml2.authn
Methods in com.onelogin.saml2.authn with parameters of type AuthnRequestParams Modifier and Type Method Description private org.apache.commons.lang3.text.StrSubstitutorAuthnRequest. generateSubstitutor(AuthnRequestParams params, Saml2Settings settings)Substitutes AuthnRequest variables within a string by values.protected java.lang.StringAuthnRequest. postProcessXml(java.lang.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 AuthnRequestParams Constructor Description AuthnRequest(Saml2Settings settings, AuthnRequestParams params)Constructs the AuthnRequest object.AuthnRequestParams(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 AuthnRequestParams Modifier and Type Method Description default AuthnRequestSamlMessageFactory. createAuthnRequest(Saml2Settings settings, AuthnRequestParams params)Creates anAuthnRequestinstance.
-