org.wso2.solutions.identity
Class IdentityProviderConstants.ServerConfig

java.lang.Object
  extended by org.wso2.solutions.identity.IdentityProviderConstants.ServerConfig
Enclosing class:
IdentityProviderConstants

public static class IdentityProviderConstants.ServerConfig
extends java.lang.Object

Server Config data retrieval Strings.


Field Summary
static java.lang.String IDP_STORE_LOCATION
          Location of the identity provider main keystore
static java.lang.String IDP_STORE_PASSWORD
          Password of the identity provider main keystore
static java.lang.String IDP_STORE_TYPE
          Store type of the identity provider main keystore
static java.lang.String USER_PERSONAL_STORE_LOCATION
          Location of the keystore used to store users' personal certificates
static java.lang.String USER_PERSONAL_STORE_PASSWORD
          Password of the keystore used to store users' personal certificates
static java.lang.String USER_PERSONAL_STORE_TYPE
          Type of the keystore used to store users' personal certificates
static java.lang.String USER_TRUSTED_RP_STORE_LOCATION
           
static java.lang.String USER_TRUSTED_RP_STORE_PASSWORD
           
static java.lang.String USER_TRUSTED_RP_STORE_TYPE
           
 
Constructor Summary
IdentityProviderConstants.ServerConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_TRUSTED_RP_STORE_LOCATION

public static final java.lang.String USER_TRUSTED_RP_STORE_LOCATION
See Also:
Constant Field Values

USER_TRUSTED_RP_STORE_PASSWORD

public static final java.lang.String USER_TRUSTED_RP_STORE_PASSWORD
See Also:
Constant Field Values

USER_TRUSTED_RP_STORE_TYPE

public static final java.lang.String USER_TRUSTED_RP_STORE_TYPE
See Also:
Constant Field Values

IDP_STORE_LOCATION

public static final java.lang.String IDP_STORE_LOCATION
Location of the identity provider main keystore

See Also:
Constant Field Values

IDP_STORE_PASSWORD

public static final java.lang.String IDP_STORE_PASSWORD
Password of the identity provider main keystore

See Also:
Constant Field Values

IDP_STORE_TYPE

public static final java.lang.String IDP_STORE_TYPE
Store type of the identity provider main keystore

See Also:
Constant Field Values

USER_PERSONAL_STORE_LOCATION

public static final java.lang.String USER_PERSONAL_STORE_LOCATION
Location of the keystore used to store users' personal certificates

See Also:
Constant Field Values

USER_PERSONAL_STORE_PASSWORD

public static final java.lang.String USER_PERSONAL_STORE_PASSWORD
Password of the keystore used to store users' personal certificates

See Also:
Constant Field Values

USER_PERSONAL_STORE_TYPE

public static final java.lang.String USER_PERSONAL_STORE_TYPE
Type of the keystore used to store users' personal certificates

See Also:
Constant Field Values
Constructor Detail

IdentityProviderConstants.ServerConfig

public IdentityProviderConstants.ServerConfig()