| Modifier and Type | Method and Description |
|---|---|
IAgentConfiguration |
IRealm.getAgentConfiguration()
Get agent configuration values for this realm.
|
| Modifier and Type | Method and Description |
|---|---|
Realm |
IRealmTable.addRealm(String name,
ApplicationId appId,
LocalAction locAction,
IAgentConfiguration agentConfImpl,
boolean isDynamic,
long expirationTime,
String[] hosts)
Method which accepts IAgentConfiguration to avoid decode, encode, decode sequences
|
| Modifier and Type | Field and Description |
|---|---|
protected IAgentConfiguration |
RealmImpl.agentConfiguration |
| Modifier and Type | Method and Description |
|---|---|
IAgentConfiguration |
RealmImpl.getAgentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Realm |
RealmTableImpl.addRealm(String realmName,
ApplicationId applicationId,
LocalAction action,
IAgentConfiguration agentConf,
boolean dynamic,
long expirationTime,
String[] hosts) |
| Constructor and Description |
|---|
RealmImpl(String name,
ApplicationId applicationId,
LocalAction localAction,
IAgent agent,
IAgentConfiguration agentConfiguration,
boolean dynamic,
long expirationTime,
String... hosts) |
| Modifier and Type | Method and Description |
|---|---|
IAgentConfiguration |
IAgentConfiguration.parse(Configuration agentConfiguration) |
IAgentConfiguration |
IAgentConfiguration.parse(String agentConfiguration)
Parse resource and return implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Realm |
NetworkImpl.addRealm(String name,
ApplicationId applicationId,
LocalAction localAction,
IAgentConfiguration agentConfiguration,
boolean dynamic,
long expirationTime) |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentConfigurationImpl |
| Modifier and Type | Method and Description |
|---|---|
IAgentConfiguration |
AgentConfigurationImpl.parse(Configuration agentConfiguration) |
IAgentConfiguration |
AgentConfigurationImpl.parse(String agentConfiguration) |
Copyright © 2016. All Rights Reserved.