|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.webapps.authentication.user.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)
Create a new handler object. |
Method Summary | |
ApplicationConfiguration |
getApplicationConfiguration()
|
String |
getApplicationName()
|
UserHandler |
getHandler()
|
String |
getHandlerName()
|
Configuration |
getModuleConfiguration(String name)
Get the configuration if available |
void |
initialize(SourceResolver resolver)
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 |