|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines which information of the user context is available in every XMA-application. The interface must be implemented by the login plugins.
| Field Summary | |
static java.lang.String |
devel
Environment name defining the development server: "E" |
static java.lang.String |
local
Envrionment name defining the developers local PC: "L" |
static java.lang.String |
prod
Environment name defining the production server "P" |
static java.lang.String |
qsys
Environment name defining the spardat QSYS: "Q" |
static java.lang.String |
qual
Environment name defining the quality assurance server: "A" |
| Method Summary | |
java.lang.String |
getEnvironment()
Returns the environment the user used to log in. |
java.util.Locale |
getLocale()
Returns the java.util.Locale to use for the logged in user. |
java.lang.String |
getMandant()
Returns the mandant the logged in user belongs to. |
java.lang.String |
getName()
Returns the name of the user logged in. |
boolean |
isLocal()
Determines if the environment is developers pc. |
| Methods inherited from interface java.security.Principal |
equals, hashCode, toString |
| Field Detail |
public static final java.lang.String local
public static final java.lang.String devel
public static final java.lang.String qual
public static final java.lang.String qsys
public static final java.lang.String prod
| Method Detail |
public java.util.Locale getLocale()
java.util.Locale to use for the logged in user.
Locale to use.public java.lang.String getMandant()
public java.lang.String getEnvironment()
public boolean isLocal()
public java.lang.String getName()
getName in interface java.security.Principal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||