This project has retired. For details please refer to its Attic page.
DefaultAuthenticationManager | Apache Archiva Redback
public class

DefaultAuthenticationManager

extends Object
implements AuthenticationManager
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

Public Constructors
DefaultAuthenticationManager()
Public Methods
AuthenticationResult authenticate(AuthenticationDataSource source)
List<Authenticator> getAuthenticators()
String getId()
void initialize()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.archiva.redback.authentication.AuthenticationManager

Public Constructors

public DefaultAuthenticationManager ()

Public Methods

public List<Authenticator> getAuthenticators ()

public String getId ()

public void initialize ()