class OldAuthenticationWrapperFactory.OldAuthenticationManager extends Object implements AuthenticationManager
Modifier and Type | Field and Description |
---|---|
private LoginRequest |
request |
Constructor and Description |
---|
OldAuthenticationWrapperFactory.OldAuthenticationManager(LoginRequest request) |
Modifier and Type | Method and Description |
---|---|
AuthenticatedUser |
authenticate()
Try to authenticate a user given the login information passed to
the factory in the
AuthenticationContext . |
private final LoginRequest request
OldAuthenticationWrapperFactory.OldAuthenticationManager(LoginRequest request)
public AuthenticatedUser authenticate()
AuthenticationManager
AuthenticationContext
. There are three
outcomes from this method:
AuthenticationInformation
object should
be returned with at least the external id of the user.
AuthenticationException
(or a
subclass) should be thrown
authenticate
in interface AuthenticationManager