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.OwBaseUserInfo
public String getUserLongName() throws Exception
getUserLongName
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public String getUserName() throws Exception
getUserName
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public boolean isGroup() throws Exception
isGroup
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public Collection getGroups() throws Exception
getGroups
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public Collection getRoleNames() throws Exception
getRoleNames
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public String getUserEmailAdress() throws Exception
getUserEmailAdress
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
public String getUserDisplayName() throws Exception
getUserDisplayName
in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.