|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.util.ldap.OwLDAPUserInfo
public class OwLDAPUserInfo
LDAP backed user info.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Constructor Summary | |
|---|---|
OwLDAPUserInfo(String userLoginName,
String distinguishedName)
|
|
| Method Summary | |
|---|---|
Collection |
getGroups()
get a list with group information the user is assigned to |
Collection |
getRoleNames()
get a string list of role names for this user |
String |
getUserDisplayName()
get the user display name. |
String |
getUserEmailAdress()
get the user eMail Address |
String |
getUserID()
get the user unique persistent ID, which does not change even when name changes |
String |
getUserLongName()
get name of logged in user in the long descriptive form |
String |
getUserName()
get the user login |
String |
getUserShortName()
get the user short name. |
boolean |
isGroup()
flag indication, that user info actually designates a group rather than a single user |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OwLDAPUserInfo(String userLoginName,
String distinguishedName)
userLoginName - distinguishedName - | Method Detail |
|---|
public String getUserLongName()
throws Exception
OwBaseUserInfo
getUserLongName in interface OwBaseUserInfoException
public String getUserName()
throws Exception
OwBaseUserInfo
getUserName in interface OwBaseUserInfoException
public String getUserDisplayName()
throws Exception
OwBaseUserInfo
getUserDisplayName in interface OwBaseUserInfoString the user display name or null if the display name can not be obtained.
Exception
public String getUserShortName()
throws Exception
OwBaseUserInfo
getUserShortName in interface OwBaseUserInfoString the user short name or null if the short name can not be obtained.
Exception
public String getUserEmailAdress()
throws Exception
OwBaseUserInfo
getUserEmailAdress in interface OwBaseUserInfoExceptionpublic String getUserID()
OwBaseUserInfo
getUserID in interface OwBaseUserInfo
public Collection getRoleNames()
throws Exception
OwBaseUserInfo
getRoleNames in interface OwBaseUserInfoException
public Collection getGroups()
throws Exception
OwBaseUserInfo
getGroups in interface OwBaseUserInfoException
public boolean isGroup()
throws Exception
OwBaseUserInfo
isGroup in interface OwBaseUserInfoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||