public class OwSimpleUserInfo extends Object implements com.wewebu.ow.server.ecm.OwUserInfo
A 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 and Description |
|---|
OwSimpleUserInfo(String user_p,
String password_p) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getGroups() |
Collection |
getRoleNames() |
String |
getUserDisplayName() |
String |
getUserEmailAdress() |
String |
getUserID() |
String |
getUserLongName() |
String |
getUserName() |
String |
getUserShortName() |
boolean |
isGroup() |
public String getUserID()
getUserID in interface com.wewebu.ow.server.conf.OwBaseUserInfopublic String getUserLongName() throws Exception
getUserLongName in interface com.wewebu.ow.server.conf.OwBaseUserInfoExceptionpublic String getUserName() throws Exception
getUserName in interface com.wewebu.ow.server.conf.OwBaseUserInfoExceptionpublic boolean isGroup()
throws Exception
isGroup in interface com.wewebu.ow.server.conf.OwBaseUserInfoExceptionpublic Collection getGroups() throws Exception
getGroups in interface com.wewebu.ow.server.conf.OwBaseUserInfoExceptionpublic Collection getRoleNames() throws Exception
getRoleNames in interface com.wewebu.ow.server.conf.OwBaseUserInfoExceptionpublic String getUserEmailAdress() throws Exception
getUserEmailAdress in interface com.wewebu.ow.server.conf.OwBaseUserInfoExceptionpublic String getUserDisplayName() throws Exception
getUserDisplayName in interface com.wewebu.ow.server.conf.OwBaseUserInfoExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.