Package com.avoka.fc.core.security
Interface IAuthenticationProviderAware
-
- All Known Implementing Classes:
FluentUserAuthenticationProvider
,GroovyUserDetailsAuthenticationProvider
public interface IAuthenticationProviderAware
Provides an interface for authentication providers which are aware of their AuthenticationProvider configuration.- Since:
- 4.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAuthenticationProvider(AuthenticationProvider authenticationProvider)
Set the Authentication Provider.
-
-
-
Method Detail
-
setAuthenticationProvider
void setAuthenticationProvider(AuthenticationProvider authenticationProvider)
Set the Authentication Provider.- Parameters:
authenticationProvider
- the AuthenticationProvider
-
-