org.apache.cocoon.webapps.authentication.user
Class UserState

java.lang.Object
  extended by org.apache.cocoon.webapps.authentication.user.UserState
All Implemented Interfaces:
Serializable

Deprecated. This block is deprecated and will be removed in future versions.

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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
See Also:
Serialized Form

Constructor Summary
UserState()
          Deprecated. Create a new handler object.
 
Method Summary
 void addHandler(UserHandler value)
          Deprecated.  
 UserHandler getHandler(String name)
          Deprecated.  
 boolean hasHandler()
          Deprecated.  
 void removeHandler(String name)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserState

public UserState()
Deprecated. 
Create a new handler object.

Method Detail

addHandler

public void addHandler(UserHandler value)
Deprecated. 

removeHandler

public void removeHandler(String name)
Deprecated. 

getHandler

public UserHandler getHandler(String name)
Deprecated. 

hasHandler

public boolean hasHandler()
Deprecated. 


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.