|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
com.rsa.authagent.authapi.config.AgentProperties
public class AgentProperties
This class sets up properties configured for ACE/Agent.
The properties are obtained from three possible sources in the following order:
DefaultProperties)
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_DEBUG_FILE
|
static java.lang.String |
DEFAULT_LOG_FILE
|
static java.lang.String |
DEFAULT_PROPERTIES
Default properties file. |
static java.lang.String |
DEFAULT_SDCONF
|
static java.lang.String |
DEFAULT_SDOPTS
|
static java.lang.String |
DEFAULT_SDSTATUS
|
static java.lang.String |
DEFAULT_SERVER_EXCHANGE_INITIAL_TIMEOUT
The default initial timeout for the socket sending ACE Time Request to server. |
static java.lang.String |
DEFAULT_SERVER_EXCHANGE_TIMEOUT_INCREMENT
The default increment of timeout for the socket sending ACE Time Request to server. |
static java.lang.String |
DEFAULT_SERVER_EXCHANGE_TIMEOUT_OFFSET
The default offset of timeout for the socket sending ACE Time Request to server. |
static java.lang.String |
FILE_TYPE
|
static java.lang.String |
JDBC_TYPE
|
| Constructor Summary | |
|---|---|
AgentProperties()
If the path of the properties file is not set already, just loads the default and system properties; if set previously, use that (global) path to load the properties file. |
|
AgentProperties(java.lang.String pathProps)
Constructor for AgentProperties: loads from the default properties, the specified properties file and the System properties. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAPIVersion()
|
java.lang.String |
getPathProps()
|
| Methods inherited from class java.util.Properties |
|---|
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML |
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_PROPERTIES
public static final java.lang.String DEFAULT_LOG_FILE
public static final java.lang.String DEFAULT_DEBUG_FILE
public static final java.lang.String DEFAULT_SDCONF
public static final java.lang.String DEFAULT_SDSTATUS
public static final java.lang.String DEFAULT_SDOPTS
public static final java.lang.String FILE_TYPE
public static final java.lang.String JDBC_TYPE
public static final java.lang.String DEFAULT_SERVER_EXCHANGE_INITIAL_TIMEOUT
public static final java.lang.String DEFAULT_SERVER_EXCHANGE_TIMEOUT_INCREMENT
public static final java.lang.String DEFAULT_SERVER_EXCHANGE_TIMEOUT_OFFSET
| Constructor Detail |
|---|
public AgentProperties()
public AgentProperties(java.lang.String pathProps)
pathProps - an alternate properties file.| Method Detail |
|---|
public java.lang.String getAPIVersion()
public java.lang.String getPathProps()
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||