|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.equanda.client.LoginInfo
public class LoginInfo
Login information which is stored, being the equandaUser proxy (with interface to make it partially accessible), authorization and config info and optionally some extra (application dependent) information.
Constructor Summary | |
---|---|
LoginInfo()
|
|
LoginInfo(EquandaUserInfo user)
|
|
LoginInfo(String userName,
String password)
|
Method Summary | |
---|---|
AuthAndConfigProvider |
getAuthAndConfig()
|
List<String> |
getAuthAndConfigRoles()
Get the auth and config role names. |
Object |
getExtra()
|
String |
getPassword()
|
List<String> |
getRoles()
Get the appserver role names. |
EquandaUserInfo |
getUser()
|
String |
getUserName()
|
boolean |
isGuiAccessProhibited()
|
boolean |
isGuiAdministrator()
|
void |
setAuthAndConfig(AuthAndConfigProvider authAndConfig)
|
void |
setAuthAndConfigRoles(List<String> aacRoles)
Set the auth and config role names. |
void |
setExtra(Object extra)
|
void |
setGuiAccessProhibited(boolean guiAccessProhibited)
|
void |
setGuiAdministrator(boolean guiAdministrator)
|
void |
setPassword(String password)
|
void |
setRoles(List<String> roles)
Set the appserver role names. |
void |
setUser(EquandaUserInfo user)
|
void |
setUserName(String userName)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoginInfo()
public LoginInfo(String userName, String password)
public LoginInfo(EquandaUserInfo user)
Method Detail |
---|
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
public EquandaUserInfo getUser()
public void setUser(EquandaUserInfo user)
public Object getExtra()
public void setExtra(Object extra)
public AuthAndConfigProvider getAuthAndConfig()
public void setAuthAndConfig(AuthAndConfigProvider authAndConfig)
public List<String> getRoles()
public void setRoles(List<String> roles)
roles
- list of appserver role names.public List<String> getAuthAndConfigRoles()
public void setAuthAndConfigRoles(List<String> aacRoles)
aacRoles
- list of appserver role names.public boolean isGuiAdministrator()
public void setGuiAdministrator(boolean guiAdministrator)
public boolean isGuiAccessProhibited()
public void setGuiAccessProhibited(boolean guiAccessProhibited)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |