org.acegisecurity.ui
Interface AuthenticationDetailsSource

All Known Implementing Classes:
AuthenticationDetailsSourceImpl

public interface AuthenticationDetailsSource

Provides a Authentication.getDetails() object for a given web request.

Version:
$Id: AuthenticationDetailsSource.java 1784 2007-02-24 21:00:24Z luke_t $
Author:
Ben Alex

Method Summary
 Object buildDetails(javax.servlet.http.HttpServletRequest request)
          Called by a class when it wishes a new authentication details instance to be created.
 

Method Detail

buildDetails

Object buildDetails(javax.servlet.http.HttpServletRequest request)
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
Returns:
a fully-configured authentication details instance


Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.