class TransactionHandler.User extends Object implements UserContext
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationType()
Returns the original authentication type as specified in getCloud
|
String |
getIdentifier()
Get the unique identifier for this user.
|
(package private) String |
getName() |
String |
getOwnerField()
Return the default owner field value for new nodes created by this user.
|
Rank |
getRank()
Get the rank of this user.
|
boolean |
isValid()
Is valid
|
public User(String name)
String getName()
public String getIdentifier()
UserContextgetIdentifier in interface UserContextpublic Rank getRank()
UserContextgetRank in interface UserContextpublic boolean isValid()
UserContextisValid in interface UserContexttrue if the user is still valid.
false if the user is expired..public String getOwnerField()
UserContextgetOwnerField in interface UserContextpublic String getAuthenticationType()
UserContextgetAuthenticationType in interface UserContextCloudContext.getCloud(java.lang.String)MMBase 1.9-SNAPSHOT - ${javadoctimestamp}