public interface AuthenticationService
| Modifier and Type | Method and Description |
|---|---|
org.fabric3.api.SecuritySubject |
authenticate(AuthenticationToken<?,?> token)
Authenticates a user.
|
org.fabric3.api.SecuritySubject authenticate(AuthenticationToken<?,?> token) throws AuthenticationException
token - the authentication tokenAuthenticationException - if the authentication attempt was unsuccessful. The exception will wrap an underlying cause typically thrown by
the security provider.