public class UnresolvedPrincipalException
extends org.apereo.cas.authentication.PrincipalException
| Constructor and Description |
|---|
UnresolvedPrincipalException()
Instantiates a new Unresolved principal exception.
|
UnresolvedPrincipalException(org.apereo.cas.authentication.Authentication authentication)
Creates a new instance from an authentication event that was successful prior to principal resolution.
|
UnresolvedPrincipalException(org.apereo.cas.authentication.Authentication authentication,
java.lang.Exception cause)
Creates a new instance from an authentication event that was successful prior to principal resolution.
|
UnresolvedPrincipalException(java.lang.Exception e)
Instantiates a new Unresolved principal exception.
|
UnresolvedPrincipalException(java.util.Map<java.lang.String,java.lang.Class<? extends java.lang.Throwable>> handlerErrors)
Instantiates a new Unresolved principal exception.
|
getHandlerErrors, getHandlerSuccessespublic UnresolvedPrincipalException(org.apereo.cas.authentication.Authentication authentication)
authentication - Authentication event.public UnresolvedPrincipalException()
public UnresolvedPrincipalException(java.lang.Exception e)
e - the epublic UnresolvedPrincipalException(java.util.Map<java.lang.String,java.lang.Class<? extends java.lang.Throwable>> handlerErrors)
handlerErrors - the handler errorspublic UnresolvedPrincipalException(org.apereo.cas.authentication.Authentication authentication,
java.lang.Exception cause)
authentication - Authentication event.cause - Exception that prevented principal resolution.