org.mmbase.security.implementation.context
Class ContextUserContext
java.lang.Object
|
+--org.mmbase.security.UserContext
|
+--org.mmbase.security.implementation.context.ContextUserContext
- public class ContextUserContext
- extends UserContext
This UserContext class provides a storage for the authentication
and authorization, so that information can be shared.
This class is NOT a container class for client related stuff, altrough
this is possible.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ContextUserContext
public ContextUserContext(java.lang.String username,
Rank rank,
long key)
getIdentifier
public java.lang.String getIdentifier()
- Description copied from class:
UserContext
- Get the unique identifier for this user. This should be unique
for every different user on the system.
- Overrides:
getIdentifier in class UserContext
- Following copied from class:
org.mmbase.security.UserContext
- Returns:
- a unique identifier for this user.
getRank
public Rank getRank()
- Overrides:
getRank in class UserContext
MMBase 2001