public interface JahiaUser extends JahiaPrincipal
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalPath()
Get the path of this user in the local store.
|
Properties |
getProperties()
Get user's properties list.
|
String |
getProperty(String key)
Retrieve the requested user property.
|
String |
getProviderName()
Get the name of the provider of this user.
|
String |
getRealm()
Get the realm name this user belongs to.
|
String |
getUserKey()
Return the unique String identifier of this user.
|
String |
getUsername()
Return the user username.
|
UserProperties |
getUserProperties()
Deprecated.
|
UserProperty |
getUserProperty(String key)
Deprecated.
|
boolean |
isAccountLocked()
Checks if the account is locked
|
boolean |
isAdminMember(int siteID)
Deprecated.
|
boolean |
isMemberOfGroup(int siteID,
String name)
Deprecated.
|
boolean |
isRoot()
Test if the user is the root user
|
boolean |
removeProperty(String key)
Deprecated.
|
boolean |
setPassword(String password)
Deprecated.
|
boolean |
setProperty(String key,
String value)
Deprecated.
|
boolean |
verifyPassword(String password)
Deprecated.
|
String getUsername()
String getUserKey()
Properties getProperties()
UserProperties getUserProperties()
String getProperty(String key)
key - Property's name.UserProperty getUserProperty(String key)
key - Stringboolean removeProperty(String key)
key - Property's name.boolean setProperty(String key, String value)
key - Property's name.value - Property's value.boolean setPassword(String password)
password - New user's passwordboolean isMemberOfGroup(int siteID,
String name)
name - Groupname.siteID - the site idboolean isAdminMember(int siteID)
siteID - the site idboolean isRoot()
boolean verifyPassword(String password)
password - String representation of an non-encrypted password.String getProviderName()
getProviderName in interface JahiaPrincipalString getLocalPath()
getLocalPath in interface JahiaPrincipalboolean isAccountLocked()
String getRealm()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.