public interface UserDetail
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getProperty(java.lang.String property)
Returns the named user property.
|
java.util.List |
getPropertyNames()
Returns the names of all user properties that are described.
|
java.lang.String |
getUserID()
Returns the user ID of the user that is described by this object.
|
boolean |
isInDirectory()
States whether the user is described in the people directory.
|
boolean |
isVirtualUser()
States whether the user is a virtual user.
|
static final java.lang.String COPYRIGHT
java.lang.String getUserID()
boolean isInDirectory()
boolean isVirtualUser()
java.util.List getProperty(java.lang.String property)
property
- The name of the user property that is to be returned.java.util.List getPropertyNames()