com.wewebu.ow.server.ecmimpl.owsimpleadp
Class OwSimpleUserInfo

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.owsimpleadp.OwSimpleUserInfo
All Implemented Interfaces:
com.wewebu.ow.server.conf.OwBaseUserInfo, com.wewebu.ow.server.ecm.OwUserInfo

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 Summary
OwSimpleUserInfo(String user_p, String password_p)
           
 
Method Summary
 Collection getGroups()
           
 Collection getRoleNames()
           
 String getUserDisplayName()
           
 String getUserEmailAdress()
           
 String getUserID()
           
 String getUserLongName()
           
 String getUserName()
           
 String getUserShortName()
           
 boolean isGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwSimpleUserInfo

public OwSimpleUserInfo(String user_p,
                        String password_p)
Method Detail

getUserID

public String getUserID()
Specified by:
getUserID in interface com.wewebu.ow.server.conf.OwBaseUserInfo

getUserLongName

public String getUserLongName()
                       throws Exception
Specified by:
getUserLongName in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Throws:
Exception

getUserName

public String getUserName()
                   throws Exception
Specified by:
getUserName in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Throws:
Exception

isGroup

public boolean isGroup()
                throws Exception
Specified by:
isGroup in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Throws:
Exception

getGroups

public Collection getGroups()
                     throws Exception
Specified by:
getGroups in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Throws:
Exception

getRoleNames

public Collection getRoleNames()
                        throws Exception
Specified by:
getRoleNames in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Throws:
Exception

getUserEmailAdress

public String getUserEmailAdress()
                          throws Exception
Specified by:
getUserEmailAdress in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Throws:
Exception

getUserDisplayName

public String getUserDisplayName()
                          throws Exception
Specified by:
getUserDisplayName in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Throws:
Exception

getUserShortName

public String getUserShortName()
                        throws Exception
Specified by:
getUserShortName in interface com.wewebu.ow.server.conf.OwBaseUserInfo
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.