Package org.acegisecurity
Interface AuthenticationManager
-
@Deprecated public interface AuthenticationManager
Deprecated.useAuthenticationManager
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description Authentication
authenticate(Authentication authentication)
Deprecated.static AuthenticationManager
fromSpring(org.springframework.security.authentication.AuthenticationManager am)
Deprecated.default org.springframework.security.authentication.AuthenticationManager
toSpring()
Deprecated.
-
-
-
Method Detail
-
authenticate
Authentication authenticate(Authentication authentication) throws AuthenticationException
Deprecated.- Throws:
AuthenticationException
-
fromSpring
static AuthenticationManager fromSpring(org.springframework.security.authentication.AuthenticationManager am)
Deprecated.
-
toSpring
default org.springframework.security.authentication.AuthenticationManager toSpring()
Deprecated.
-
-