Uses of Class
com.onelogin.saml2.exception.SettingsException
Packages that use SettingsException
-
Uses of SettingsException in com.onelogin.saml2
Methods in com.onelogin.saml2 that throw SettingsExceptionModifier and TypeMethodDescriptionAuth.buildRequestSignature(String samlRequest, String relayState, String signAlgorithm) Generates the Signature for a SAML RequestAuth.buildResponseSignature(String samlResponse, String relayState, String signAlgorithm) Generates the Signature for a SAML Responseprivate StringAuth.buildSignature(String samlMessage, String relayState, String signAlgorithm, String type) Generates the Signature for a SAML MessagevoidAuth.login()Initiates the SSO process.voidAuth.login(AuthnRequestParams authnRequestParams) Initiates the SSO process.voidInitiates 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.voidDeprecated.Auth.login(String relayState, Boolean forceAuthn, Boolean isPassive, Boolean setNameIdPolicy, Boolean stay) Deprecated.Auth.login(String relayState, Boolean forceAuthn, Boolean isPassive, Boolean setNameIdPolicy, Boolean stay, String nameIdValueReq) Deprecated.Auth.login(String relayState, Boolean forceAuthn, Boolean isPassive, Boolean setNameIdPolicy, Boolean stay, String nameIdValueReq, Map<String, String> parameters) Deprecated.voidAuth.logout()Initiates the SLO process.voidInitiates the SLO process.voidAuth.logout(String relayState, LogoutRequestParams logoutRequestParams) Initiates the SLO process.Auth.logout(String relayState, LogoutRequestParams logoutRequestParams, Boolean stay) Initiates the SLO process.Auth.logout(String relayState, LogoutRequestParams logoutRequestParams, Boolean stay, Map<String, String> parameters) Initiates the SLO process.voidDeprecated.Deprecated.Auth.logout(String relayState, String nameId, String sessionIndex, Boolean stay, String nameidFormat) Deprecated.Auth.logout(String relayState, String nameId, String sessionIndex, Boolean stay, String nameidFormat, String nameIdNameQualifier) Deprecated.Auth.logout(String relayState, String nameId, String sessionIndex, Boolean stay, String nameidFormat, String nameIdNameQualifier, String nameIdSPNameQualifier) Deprecated.Auth.logout(String relayState, String nameId, String sessionIndex, Boolean stay, String nameidFormat, String nameIdNameQualifier, String nameIdSPNameQualifier, Map<String, String> parameters) Deprecated.voidDeprecated.voidAuth.logout(String relayState, String nameId, String sessionIndex, String nameidFormat, String nameIdNameQualifier) Deprecated.voidAuth.logout(String relayState, String nameId, String sessionIndex, String nameidFormat, String nameIdNameQualifier, String nameIdSPNameQualifier) Deprecated.Constructors in com.onelogin.saml2 that throw SettingsExceptionModifierConstructorDescriptionAuth()Initializes the SP SAML instance.Auth(KeyStoreSettings keyStoreSetting) Initializes the SP SAML instance.Auth(KeyStoreSettings keyStoreSetting, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Initializes the SP SAML instance.Auth(Saml2Settings settings, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Initializes the SP SAML instance.Auth(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Initializes the SP SAML instance.Initializes the SP SAML instance.Auth(String filename, KeyStoreSettings keyStoreSetting) Initializes the SP SAML instance.Auth(String filename, KeyStoreSettings keyStoreSetting, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Initializes the SP SAML instance.Auth(String filename, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Initializes the SP SAML instance. -
Uses of SettingsException in com.onelogin.saml2.authn
Methods in com.onelogin.saml2.authn that throw SettingsExceptionModifier and TypeMethodDescriptionprivate DocumentSamlResponse.decryptAssertion(Document dom) Decrypt assertion.voidSamlResponse.loadXmlFromBase64(String responseStr) Load a XML base64encoded SAMLResponseConstructors in com.onelogin.saml2.authn that throw SettingsExceptionModifierConstructorDescriptionSamlResponse(Saml2Settings settings, HttpRequest request) Constructor to have a Response object fully built and ready to validate the saml response.SamlResponse(Saml2Settings settings, String currentUrl, String samlResponse) Constructor to have a Response object fully built and ready to validate the saml response.
Auth.login(String, AuthnRequestParams)withAuthnRequestParams(boolean, boolean, boolean)instead