Uses of Interface
org.apache.cocoon.webapps.authentication.components.Authenticator

Packages that use Authenticator
org.apache.cocoon.webapps.authentication.components   
 

Uses of Authenticator in org.apache.cocoon.webapps.authentication.components
 

Classes in org.apache.cocoon.webapps.authentication.components that implement Authenticator
 class PipelineAuthenticator
          Verify if a user can be authenticated.
 class ServletAuthenticator
          Verify if a user can be authenticated.
 

Methods in org.apache.cocoon.webapps.authentication.components that return Authenticator
protected  Authenticator DefaultAuthenticationManager.lookupAuthenticator(HandlerConfiguration config)
          The authenticator used to authenticate a user
 

Methods in org.apache.cocoon.webapps.authentication.components with parameters of type Authenticator
protected  void DefaultAuthenticationManager.releaseAuthenticator(Authenticator authenticator, HandlerConfiguration config)
          Release the used authenticator
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.