|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserDetail
Interface for accessing user details.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
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()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |