public class AuthenticationMethodNotAllowedException
extends org.springframework.security.core.AuthenticationException
| Constructor and Description |
|---|
AuthenticationMethodNotAllowedException(String username,
UserAuthenticationType authenticationType) |
AuthenticationMethodNotAllowedException(String username,
UserAuthenticationType authenticationType,
String message) |
AuthenticationMethodNotAllowedException(String username,
UserAuthenticationType authenticationType,
String message,
Throwable cause) |
AuthenticationMethodNotAllowedException(String username,
UserAuthenticationType authenticationType,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
UserAuthenticationType |
getUserAuthenticationType() |
String |
getUsername() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationMethodNotAllowedException(String username, UserAuthenticationType authenticationType)
public AuthenticationMethodNotAllowedException(String username, UserAuthenticationType authenticationType, Throwable cause)
public AuthenticationMethodNotAllowedException(String username, UserAuthenticationType authenticationType, String message)
public AuthenticationMethodNotAllowedException(String username, UserAuthenticationType authenticationType, String message, Throwable cause)
public String getUsername()
public UserAuthenticationType getUserAuthenticationType()
Copyright © 2022 Apache Software Foundation. All rights reserved.