Package org.acegisecurity.providers
Interface AuthenticationProvider
-
- All Known Implementing Classes:
AbstractUserDetailsAuthenticationProvider
@Deprecated public interface AuthenticationProvider
Deprecated.useAuthenticationProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Authentication
authenticate(Authentication authentication)
Deprecated.boolean
supports(Class authentication)
Deprecated.
-
-
-
Method Detail
-
authenticate
Authentication authenticate(Authentication authentication) throws AuthenticationException
Deprecated.- Throws:
AuthenticationException
-
supports
boolean supports(Class authentication)
Deprecated.
-
-