org.infoglue.cms.modules.security.impl.test
Class User
java.lang.Object
|
+--org.infoglue.cms.modules.security.impl.test.User
- All Implemented Interfaces:
- IExtranetEditableUser, IExtranetUser
- public class User
- extends java.lang.Object
- implements IExtranetEditableUser
- Author:
- ss
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
|
Constructor Summary |
User(java.lang.Integer id,
java.lang.String name,
java.lang.String password,
java.lang.String fullName,
java.lang.String refId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User(java.lang.Integer id,
java.lang.String name,
java.lang.String password,
java.lang.String fullName,
java.lang.String refId)
throws NotAuthorizedException
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IExtranetEditableUser
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName in interface IExtranetEditableUser
setPassword
public void setPassword(java.lang.String password)
- Specified by:
setPassword in interface IExtranetEditableUser
getACE
public IACE getACE(java.lang.String entityQualifyerGuid)
- Specified by:
getACE in interface IExtranetUser
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface IExtranetUser
getPassword
public java.lang.String getPassword()
- Specified by:
getPassword in interface IExtranetUser
getAttributeStringValue
public java.lang.String getAttributeStringValue(java.lang.String key)
- Specified by:
getAttributeStringValue in interface IExtranetUser
setAttributeStringValue
public void setAttributeStringValue(java.lang.String key,
java.lang.String value)
throws NotAuthorizedException
- Specified by:
setAttributeStringValue in interface IExtranetUser
NotAuthorizedException
Copyright © 2003 InfoGlue.org All Rights Reserved.