org.mmbase.security.implementation.cloudcontext
Class Authenticate.LocalAdmin

java.lang.Object
  extended byorg.mmbase.security.UserContext
      extended byorg.mmbase.security.implementation.cloudcontext.User
          extended byorg.mmbase.security.implementation.cloudcontext.Authenticate.LocalAdmin
All Implemented Interfaces:
MMBaseObserver
Enclosing class:
Authenticate

protected class Authenticate.LocalAdmin
extends User


Field Summary
 
Fields inherited from class org.mmbase.security.implementation.cloudcontext.User
node
 
Method Summary
 java.lang.String getIdentifier()
          Gets the unique identifier for this user.
 java.lang.String getOwnerField()
          Gets the owner field value of new objects created by this user.
 Rank getRank()
          Gets the rank of this user.
 boolean isValid()
           
 
Methods inherited from class org.mmbase.security.implementation.cloudcontext.User
getGroups, getNode, nodeLocalChanged, nodeRemoteChanged
 
Methods inherited from class org.mmbase.security.UserContext
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIdentifier

public java.lang.String getIdentifier()
Description copied from class: UserContext
Gets the unique identifier for this user. This should be unique for every different user on the system.

Overrides:
getIdentifier in class User

getOwnerField

public java.lang.String getOwnerField()
Description copied from class: UserContext
Gets the owner field value of new objects created by this user. The default implementation returns the user's identifier. This can be changed if the authorization implementation does not attribute rights to users directly ('context' implementations).

Overrides:
getOwnerField in class User

getRank

public Rank getRank()
             throws SecurityException
Description copied from class: UserContext
Gets the rank of this user.

Overrides:
getRank in class User
Throws:
SecurityException

isValid

public boolean isValid()


MMBase build 1.7.1.20041002