java.lang.Object |
↳ |
org.apache.archiva.redback.authentication.DefaultAuthenticationManager |
Class Overview
DefaultAuthenticationManager: the goal of the authentication manager is to act as a conduit for
authentication requests into different authentication schemes
For example, the default implementation can be configured with any number of authenticators and will
sequentially try them for an authenticated result. This allows you to have the standard user/pass
auth procedure followed by authentication based on a known key for 'remember me' type functionality.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
org.apache.archiva.redback.authentication.AuthenticationManager
|
Public Constructors
public
DefaultAuthenticationManager
()
Public Methods
public
void
initialize
()