public class MixedPrincipalException extends PrincipalException
| Constructor and Description |
|---|
MixedPrincipalException(Authentication authentication,
Principal a,
Principal b)
Creates a new instance from what would otherwise have been a successful authentication event and the two
disparate principals resolved.
|
| Modifier and Type | Method and Description |
|---|---|
Principal |
getFirst()
Gets the first resolved principal.
|
Principal |
getSecond()
Gets the second resolved principal.
|
getHandlerErrors, getHandlerSuccessesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MixedPrincipalException(Authentication authentication, Principal a, Principal b)
authentication - Authentication event.a - First resolved principal.b - Second resolved principal.Copyright © 2004-2014 Jasig. All Rights Reserved.