public interface User
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Get the email property of this user.
|
String |
getFirstName()
Get the first name property of this user.
|
String |
getId()
Get the id of the user.
|
Calendar |
getLastLogin()
Get the last login property of this user.
|
String |
getLastName()
Get the last name property of this user.
|
Iterable<Group> |
getMemberships()
Get the
Group s this user is a member of. |
String |
getProperty(String propertyName)
Get an external user property by name.
|
boolean |
isActive()
Whether this user is marked as active.
|
boolean |
isSystemUser()
Whether this user is marked as a system user.
|
String getId() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
boolean isSystemUser() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
boolean isActive() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Iterable<Group> getMemberships() throws javax.jcr.RepositoryException
Group
s this user is a member of.Group
s this user is a member of.javax.jcr.RepositoryException
String getFirstName() throws javax.jcr.RepositoryException
null
if not presentjavax.jcr.RepositoryException
String getLastName() throws javax.jcr.RepositoryException
null
if not presentjavax.jcr.RepositoryException
String getEmail() throws javax.jcr.RepositoryException
null
if not presentjavax.jcr.RepositoryException
Calendar getLastLogin() throws javax.jcr.RepositoryException
null
if not presentjavax.jcr.RepositoryException
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.