org.jasig.cas.authentication.handler
Interface NamedAuthenticationHandler

All Superinterfaces:
AuthenticationHandler
All Known Implementing Classes:
AbstractPreAndPostProcessingAuthenticationHandler, AbstractUsernamePasswordAuthenticationHandler, JaasAuthenticationHandler, SimpleTestUsernamePasswordAuthenticationHandler

public interface NamedAuthenticationHandler
extends AuthenticationHandler

Offers AuthenticationHandlers a way to identify themselves by a user-configured name.

Since:
3.2.1
Version:
$Revision: 1.1 $ $Date: 2005/08/19 18:27:17 $
Author:
Scott Battaglia

Method Summary
 java.lang.String getName()
           
 
Methods inherited from interface org.jasig.cas.authentication.handler.AuthenticationHandler
authenticate, supports
 

Method Detail

getName

java.lang.String getName()


Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.