|
||||||||||
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.UserHandler
public final class UserHandler
The authentication Handler.
Constructor Summary | |
---|---|
UserHandler(HandlerConfiguration handler,
AuthenticationContext context)
Deprecated. Create a new handler object. |
Method Summary | |
---|---|
void |
addApplicationContext(String name)
Deprecated. |
List |
getApplicationContexts()
Deprecated. Return the list or null. |
boolean |
getApplicationsLoaded()
Deprecated. Are all application contexts already loaded? |
AuthenticationContext |
getContext()
Deprecated. Add a handler context |
HandlerConfiguration |
getHandlerConfiguration()
Deprecated. Get the handler configuration |
String |
getHandlerName()
Deprecated. Get the handler name |
String |
getUserId()
Deprecated. Get the unique user id |
boolean |
isApplicationLoaded(ApplicationConfiguration appConf)
Deprecated. Is the named application context already loaded? |
boolean |
isUserInRole(String role)
Deprecated. Test if the user has a role |
void |
setApplicationIsLoaded(ApplicationConfiguration appConf)
Deprecated. Notify that the application context has been loaded |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserHandler(HandlerConfiguration handler, AuthenticationContext context)
Method Detail |
---|
public boolean getApplicationsLoaded()
public AuthenticationContext getContext()
public String getHandlerName()
public HandlerConfiguration getHandlerConfiguration()
public boolean isApplicationLoaded(ApplicationConfiguration appConf)
public void setApplicationIsLoaded(ApplicationConfiguration appConf)
public String getUserId()
public boolean isUserInRole(String role)
public void addApplicationContext(String name)
public List getApplicationContexts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |