| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IUserModelRO
| Method Summary | |
|---|---|
 boolean | 
EditingGuestUser()
Returns true if the User Type of the user is guest.  | 
 boolean | 
EditingInDefaultProfilesFolder()
 | 
 boolean | 
EditingLockedAccount()
Return true if the user is locked.  | 
 java.lang.String | 
GetAuthUsername()
Returns the user's auth user name - the name sent to a remote provider in order to authenticate the user.  | 
 java.lang.String | 
GetConfirmPassword()
 | 
 boolean | 
GetDisabled()
 | 
 boolean | 
GetExpirePassword()
Returns true if the password is supposed
 to be set to expired when this editor finishes. | 
 boolean | 
GetExpirePasswordEnabled()
Returns true if the Expire Password feature
 is enabled for this editor. | 
 java.lang.String | 
GetLoginName()
 | 
 java.lang.String | 
GetPassword()
 | 
 java.lang.String | 
GetUniqueUsername()
Returns the user's auth unique name - the unique key sent by a remote provider to identify the user.  | 
 java.lang.String | 
GetUserMobileName()
 | 
 java.lang.String | 
GetUserMobilePsswrd()
 | 
 boolean | 
IsCurrentUserAdministrator()
 | 
 boolean | 
IsPlumtreeAuthSource()
 | 
 boolean | 
IsRemoteUser()
Returns true if the user is tied
 to a remote authentication source. | 
 boolean | 
UserTypeEditable()
Returns whether the guest account type is editable.  | 
| Methods inherited from interface com.plumtree.portaluiinfrastructure.editor.IObjEditorModelRO | 
|---|
GetClassID, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession | 
| Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO | 
|---|
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly | 
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject | 
|---|
GetName | 
| Method Detail | 
|---|
boolean GetDisabled()
java.lang.String GetLoginName()
java.lang.String GetPassword()
java.lang.String GetConfirmPassword()
boolean EditingInDefaultProfilesFolder()
boolean EditingGuestUser()
boolean EditingLockedAccount()
java.lang.String GetUserMobileName()
java.lang.String GetUserMobilePsswrd()
boolean IsPlumtreeAuthSource()
boolean IsCurrentUserAdministrator()
boolean UserTypeEditable()
boolean IsRemoteUser()
true if the user is tied
 to a remote authentication source.  Otherwise,
 false is returned.
java.lang.String GetAuthUsername()
java.lang.String GetUniqueUsername()
boolean GetExpirePassword()
true if the password is supposed
 to be set to expired when this editor finishes.  Otherwise,
 false is returned.
boolean GetExpirePasswordEnabled()
true if the Expire Password feature
 is enabled for this editor.  Otherwise,
 false is returned.
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||