public interface AuthenticationDetailsSource (Code)
Provides a
org.acegisecurity.Authentication.getDetails object for
a given web request.
author: Ben Alex version: $Id: AuthenticationDetailsSource.java 1784 2007-02-24 21:00:24Z luke_t $
Called by a class when it wishes a new authentication details instance to be created.
Parameters: request - the request object, which may be used by the authentication details object a fully-configured authentication details instance