|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.webapps.authentication.user.RequestState
public final class RequestState
The state of the user for the current request. This object holds the information which handler and application is currently used for this request.
Constructor Summary | |
---|---|
RequestState(UserHandler handler,
String app)
Deprecated. Create a new handler object. |
Method Summary | |
---|---|
ApplicationConfiguration |
getApplicationConfiguration()
Deprecated. |
String |
getApplicationName()
Deprecated. |
UserHandler |
getHandler()
Deprecated. |
String |
getHandlerName()
Deprecated. |
Configuration |
getModuleConfiguration(String name)
Deprecated. Get the configuration if available |
void |
initialize(SourceResolver resolver)
Deprecated. Initialize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestState(UserHandler handler, String app)
Method Detail |
---|
public void initialize(SourceResolver resolver) throws ProcessingException
ProcessingException
public String getApplicationName()
public UserHandler getHandler()
public String getHandlerName()
public ApplicationConfiguration getApplicationConfiguration()
public Configuration getModuleConfiguration(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |