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

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

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
 



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