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

Packages that use RequestState
org.apache.cocoon.portal.profile.impl   
org.apache.cocoon.webapps.authentication   
org.apache.cocoon.webapps.authentication.components   
org.apache.cocoon.webapps.authentication.context   
org.apache.cocoon.webapps.portal.components   
 

Uses of RequestState in org.apache.cocoon.portal.profile.impl
 

Fields in org.apache.cocoon.portal.profile.impl declared as RequestState
protected  RequestState AuthenticationProfileManager.User.state
           
 

Methods in org.apache.cocoon.portal.profile.impl that return RequestState
protected  RequestState AuthenticationProfileManager.getRequestState()
          Deprecated. Get the current authentication state of the user
 

Constructors in org.apache.cocoon.portal.profile.impl with parameters of type RequestState
AuthenticationProfileManager.User(RequestState state)
           
 

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

Methods in org.apache.cocoon.webapps.authentication that return RequestState
 RequestState AuthenticationManager.getState()
          Deprecated. Get the current state of authentication
 

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

Methods in org.apache.cocoon.webapps.authentication.components that return RequestState
static RequestState DefaultAuthenticationManager.getRequestState(Context context)
          Deprecated.  
 RequestState DefaultAuthenticationManager.getState()
          Deprecated. Get the current state of authentication
 

Methods in org.apache.cocoon.webapps.authentication.components with parameters of type RequestState
protected  void DefaultAuthenticationManager.setState(RequestState status)
          Deprecated.  
 

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

Methods in org.apache.cocoon.webapps.authentication.context that return RequestState
protected  RequestState AuthenticationContext.getState()
          Deprecated. Return the current authentication state
 

Uses of RequestState in org.apache.cocoon.webapps.portal.components
 

Methods in org.apache.cocoon.webapps.portal.components that return RequestState
protected  RequestState PortalManagerImpl.getRequestState()
          Get the current authentication state
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.