|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectse.entra.phantom.server.rconsole.AdminConfigSecureLogin
public class AdminConfigSecureLogin
Handles configuration of the SecureLogin definition.
| Constructor Summary | |
|---|---|
AdminConfigSecureLogin(VirtualPanel vp)
Creates a profile from the configuration panel. |
|
| Method Summary | |
|---|---|
static void |
clearPanel(VirtualPanel vp)
Clears the panel. |
AdminConfigSecureLogin |
createCopy()
Creates a copy of this profile for editing purpose. |
boolean |
doSendSMS()
Checks if SMS is sent or not (debug mode). |
int |
getCodeLength()
Gets the length of code. |
String |
getColorError()
Gets the color for error. |
String |
getColorOK()
Gets the color for OK. |
String |
getCountryCode()
Gets the country code. |
String |
getFailureDocument()
Gets the failure page as absolute path. |
int |
getMaxAge()
Gets the maximum age that a session can have in seconds. |
String |
getName()
Gets the name of this profile in upper case. |
int |
getNpAppMaxAge()
Gets the maximum age that a session can have while waiting for a Java Client to start the NetPhantom Application in seconds. |
String |
getPasswordDocument()
Gets the password page as absolute path. |
static AdminConfigSecureLogin |
getProfile(String name)
Gets a profile by name. |
static Enumeration<String> |
getProfileNames()
Gets the enumeration of profile names in an AdminConfigSecureLogin object enumeration. |
static Enumeration<AdminConfigSecureLogin> |
getProfiles()
Gets the enumeration of profiles in an AdminConfigSecureLogin object enumeration. |
static Hashtable<String,AdminConfigSecureLogin> |
getProfilesCopy()
Returns a copy of the profiles that can be used for editing the individual profiles. |
String |
getSmsMessage()
Gets the message for SMS. |
String |
getWelcomeDocument()
Gets the welcome document name as absolute path. |
void |
initiatePanel(VirtualPanel vp)
Initiates the panel from this profile. |
boolean |
isPinCodeUsed()
Checks if pin code is used or not. |
static void |
loadSettings(IniFile ini)
Loads the settings for all sections (SecureLogin_nnn) in the "resource.ini" file (the "ini" parameter). |
static void |
saveSettings(IniFile ini,
Hashtable<String,AdminConfigSecureLogin> newOrChanged,
Hashtable deleted)
Saves the settings of a changed/new and deleted profiles (name/AdminConfigSecureLogin objects) in the "resources.ini" file. |
static void |
setPanelDefaults(VirtualPanel vp)
Sets the panel default entries for a new profile. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdminConfigSecureLogin(VirtualPanel vp)
throws Exception
Exception - for failure.| Method Detail |
|---|
public static void loadSettings(IniFile ini)
public static void saveSettings(IniFile ini,
Hashtable<String,AdminConfigSecureLogin> newOrChanged,
Hashtable deleted)
public static Enumeration<AdminConfigSecureLogin> getProfiles()
public static Enumeration<String> getProfileNames()
public static AdminConfigSecureLogin getProfile(String name)
public static Hashtable<String,AdminConfigSecureLogin> getProfilesCopy()
public AdminConfigSecureLogin createCopy()
public static void setPanelDefaults(VirtualPanel vp)
public static void clearPanel(VirtualPanel vp)
public void initiatePanel(VirtualPanel vp)
public String getName()
public int getMaxAge()
public int getNpAppMaxAge()
public boolean isPinCodeUsed()
public int getCodeLength()
public String getWelcomeDocument()
public String getPasswordDocument()
public String getFailureDocument()
public String getCountryCode()
public String getSmsMessage()
public String getColorOK()
public String getColorError()
public boolean doSendSMS()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||