Class InvalidOpenIdConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aquima.web.boot.security.openid.OpenIdConnectException
com.aquima.web.boot.security.openid.InvalidOpenIdConfigurationException
- All Implemented Interfaces:
Serializable
Exception thrown when either the configuration defined for OpenID Connect is not supported or the OpenID Connect
Provider doesn't support the specified configuration.
- Since:
- 11.5
- Author:
- Voicu Moldovan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.aquima.web.boot.security.openid.OpenIdConnectException
getError, getErrorDescription
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidOpenIdConfigurationException
-