InsufficientAuthenticationException
@Deprecated public class InsufficientAuthenticationException extends AuthenticationException
Constructor and Description |
---|
InsufficientAuthenticationException(String msg)
Deprecated.
|
InsufficientAuthenticationException(String msg,
Throwable t)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InsufficientAuthenticationException |
fromSpring(org.springframework.security.authentication.InsufficientAuthenticationException x)
Deprecated.
|
org.springframework.security.core.AuthenticationException |
toSpring()
Deprecated.
|
clearExtraInformation, fromSpring, getAuthentication, getExtraInformation, setAuthentication
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InsufficientAuthenticationException(String msg)
public org.springframework.security.core.AuthenticationException toSpring()
toSpring
in class AuthenticationException
public static InsufficientAuthenticationException fromSpring(org.springframework.security.authentication.InsufficientAuthenticationException x)
Copyright © 2004–2021. All rights reserved.