org.apache.cocoon.webapps.authentication.user
Class UserState
java.lang.Object
org.apache.cocoon.webapps.authentication.user.UserState
- All Implemented Interfaces:
- Serializable
- public final class UserState
- extends Object
- implements Serializable
The state of the user.
This object holds all authentication handlers (UserHandler
the user is currently logged-in to.
- Version:
- CVS $Id: UserState.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Carsten Ziegeler
- See Also:
- Serialized Form
Constructor Summary |
UserState()
Create a new handler object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserState
public UserState()
- Create a new handler object.
addHandler
public void addHandler(UserHandler value)
removeHandler
public void removeHandler(String name)
getHandler
public UserHandler getHandler(String name)
hasHandler
public boolean hasHandler()
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.