org.mmbase.bridge.implementation
Class BasicUser

java.lang.Object
  extended byorg.mmbase.bridge.implementation.BasicUser
All Implemented Interfaces:
User

public class BasicUser
extends java.lang.Object
implements User

Version:
$Id: BasicUser.java,v 1.7 2003/11/16 13:32:57 michiel Exp $
Author:
Eduard Witteveen
Warning: No Java Documentation Available.

Method Summary
 java.lang.String getAuthenticationType()
          Returns the original authentication type as specified in getCloud
 java.lang.String getIdentifier()
          Get the unique identifier for this user.
 java.lang.String getOwnerField()
          Return the default owner field value for new nodes created by this user.
 java.lang.String getRank()
          Get the rank of this user.
 boolean isValid()
          Is valid
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getRank

public java.lang.String getRank()
Description copied from interface: User
Get the rank of this user.

Specified by:
getRank in interface User
Returns:
the rank of this user

getIdentifier

public java.lang.String getIdentifier()
Description copied from interface: User
Get the unique identifier for this user. This should be unique for every different user inside a cloud.

Specified by:
getIdentifier in interface User
Returns:
an unique id for the current user

isValid

public boolean isValid()
Description copied from interface: User
Is valid

Specified by:
isValid in interface User
Returns:
true if the user is still valid. false if the user is expired..

getOwnerField

public java.lang.String getOwnerField()
Description copied from interface: User
Return the default owner field value for new nodes created by this user.

Specified by:
getOwnerField in interface User

getAuthenticationType

public java.lang.String getAuthenticationType()
Description copied from interface: User
Returns the original authentication type as specified in getCloud

Specified by:
getAuthenticationType in interface User
See Also:
CloudContext.getCloud(java.lang.String)

toString

public java.lang.String toString()
Since:
MMBase-1.7


MMBase build 1.7.1.20041002