AuthenticationManager
@Deprecated public interface AuthenticationManager
Modifier and Type | Method and Description |
---|---|
Authentication |
authenticate(Authentication authentication)
Deprecated.
|
static AuthenticationManager |
fromSpring(org.springframework.security.authentication.AuthenticationManager am)
Deprecated.
|
default org.springframework.security.authentication.AuthenticationManager |
toSpring()
Deprecated.
|
Authentication authenticate(Authentication authentication) throws AuthenticationException
AuthenticationException
static AuthenticationManager fromSpring(org.springframework.security.authentication.AuthenticationManager am)
default org.springframework.security.authentication.AuthenticationManager toSpring()
Copyright © 2004–2021. All rights reserved.