Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf
Class LoginConfiguration

java.lang.Object
  extended by com.oracle.e1.jdemf.LoginConfiguration


public abstract class LoginConfiguration
extends java.lang.Object

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

LoginConfiguration

public LoginConfiguration()

Method Detail

setDefaultFeature

public 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.
Parameters:
featureName -

setEULAFeature

public 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
Parameters:
featureName -

setApplicationName

public 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
Parameters:
applicationName -

setCredentials

public 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.
Parameters:
username -
password -

setCredentials

public 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.
Parameters:
username -
password -
environment -
role -

setCredentials

public 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.
Parameters:
username -
password -
environment -
role -
jasserver -

Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.