|
JD Edwards EnterpriseOne Mobile Framework Java API ReferenceRelease 1.0.0E58374-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.oracle.e1.jdemf.LoginConfiguration
public abstract class LoginConfiguration
LoginConfiguration is used mainly to configure the 'default feature' of your application, for use in conjunciont with the JDE Login.jar. This is the main feature of your mobile application, where the login page will naviage after login is successful.
| Constructor Summary | |
|---|---|
LoginConfiguration() |
|
| Method Summary | |
|---|---|
static void |
setApplicationName(java.lang.String applicationName)Sets the application name corresponding to the EnterpriseOne object with that name (M****) in the Application Globals Used in conjunction with the Login.jar this allows you to use EnterpriseOne Security for the application, only if the user has security clearance in EnterpriseOne to run M**** will the user be allowed to run the mobile application |
static void |
setCredentials(java.lang.String username, java.lang.String password)Sets credentials for username and password, used for development only, so you can bypass logging in during testing. |
static void |
setCredentials(java.lang.String username, java.lang.String password, java.lang.String environment, java.lang.String role)Sets credentials for username, password, environment and role - used for development only, so you can bypass logging in during testing. |
static void |
setCredentials(java.lang.String username, java.lang.String password, java.lang.String environment, java.lang.String role, java.lang.String jasserver)Sets credentials for username, password, environment, role and jas server - used for development only, so you can bypass logging in during testing. |
static void |
setDefaultFeature(java.lang.String featureName)Sets the default feature in the Application Globals and sets the default local based on the current jvm locale. |
static void |
setEULAFeature(java.lang.String featureName)Sets the feature name for the EULA feature that is displayed from the "Legal Info" link on the spring board provided by Login.jar |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoginConfiguration()
| Method Detail |
|---|
public static void setDefaultFeature(java.lang.String featureName)
featureName -public static void setEULAFeature(java.lang.String featureName)
featureName -public static void setApplicationName(java.lang.String applicationName)
applicationName -
public static void setCredentials(java.lang.String username,
java.lang.String password)
username -password -
public static void setCredentials(java.lang.String username,
java.lang.String password,
java.lang.String environment,
java.lang.String role)
username -password -environment -role -
public static void setCredentials(java.lang.String username,
java.lang.String password,
java.lang.String environment,
java.lang.String role,
java.lang.String jasserver)
username -password -environment -role -jasserver -
|
JD Edwards EnterpriseOne Mobile Framework Java API ReferenceRelease 1.0.0E58374-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.