org.iaccess.CredentialManager
Class CredentialsConfig

java.lang.Object
  extended by org.iaccess.CredentialManager.CredentialsConfig

public class CredentialsConfig
extends java.lang.Object

Keeps information of credentials local to an iAccess agent. The information is loaded from the config.xml file.

Next iAccess release should implement the functionality of this class in a different (secure) way.


Field Summary
static java.lang.String CaKeys
           
static java.lang.String CaKeysPassword
           
static java.lang.String CertificateDB
           
static java.lang.String CertificateThirdPartyDB
           
static java.lang.String DEFAULT_KEYS
           
static java.lang.String DEFAULT_PASSWORD
           
static java.lang.String DEFAULT_TRUSTSTORE
           
static boolean needClientAuth
           
static java.lang.String principalName
           
static java.lang.String ProfilesDB
           
 
Constructor Summary
CredentialsConfig()
          Creates a new instance of CredentialsConfig
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CaKeys

public static java.lang.String CaKeys

CaKeysPassword

public static java.lang.String CaKeysPassword

CertificateDB

public static java.lang.String CertificateDB

CertificateThirdPartyDB

public static java.lang.String CertificateThirdPartyDB

ProfilesDB

public static java.lang.String ProfilesDB

needClientAuth

public static boolean needClientAuth

principalName

public static java.lang.String principalName

DEFAULT_PASSWORD

public static java.lang.String DEFAULT_PASSWORD

DEFAULT_KEYS

public static java.lang.String DEFAULT_KEYS

DEFAULT_TRUSTSTORE

public static java.lang.String DEFAULT_TRUSTSTORE
Constructor Detail

CredentialsConfig

public CredentialsConfig()
Creates a new instance of CredentialsConfig