Uses of Class
org.apache.cocoon.webapps.authentication.user.UserHandler

Packages that use UserHandler
org.apache.cocoon.webapps.authentication   
org.apache.cocoon.webapps.authentication.components   
org.apache.cocoon.webapps.authentication.context   
org.apache.cocoon.webapps.authentication.user   
 

Uses of UserHandler in org.apache.cocoon.webapps.authentication
 

Methods in org.apache.cocoon.webapps.authentication that return UserHandler
 UserHandler AuthenticationManager.isAuthenticated(String handlerName)
          Is the current user authenticated for the given handler?
 UserHandler AuthenticationManager.login(String handlerName, String applicationName, SourceParameters parameters)
          Try to login the user.
 

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

Methods in org.apache.cocoon.webapps.authentication.components that return UserHandler
 UserHandler DefaultAuthenticationManager.login(String handlerName, String applicationName, SourceParameters parameters)
           
 UserHandler DefaultAuthenticationManager.isAuthenticated(String handlerName)
           
 

Methods in org.apache.cocoon.webapps.authentication.components with parameters of type UserHandler
 void PipelineAuthenticator.logout(UserHandler handler)
           
 void Authenticator.logout(UserHandler handler)
          This notifies the authenticator that a user logs out of the given handler.
 

Uses of UserHandler in org.apache.cocoon.webapps.authentication.context
 

Fields in org.apache.cocoon.webapps.authentication.context declared as UserHandler
protected  UserHandler AuthenticationContext.handler
           
 

Methods in org.apache.cocoon.webapps.authentication.context with parameters of type UserHandler
 void AuthenticationContext.init(UserHandler handler)
          Initialize the context.
 

Uses of UserHandler in org.apache.cocoon.webapps.authentication.user
 

Methods in org.apache.cocoon.webapps.authentication.user that return UserHandler
 UserHandler UserState.getHandler(String name)
           
 UserHandler RequestState.getHandler()
           
 

Methods in org.apache.cocoon.webapps.authentication.user with parameters of type UserHandler
 void UserState.addHandler(UserHandler value)
           
 

Constructors in org.apache.cocoon.webapps.authentication.user with parameters of type UserHandler
RequestState(UserHandler handler, String app)
          Create a new handler object.
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.