com.iplanet.trustbase.initiator
Class PropertyCodes

java.lang.Object
  |
  +--com.iplanet.trustbase.initiator.PropertyCodes

public class PropertyCodes
extends java.lang.Object


Field Summary
static java.lang.String CPI_LOCATION_DEFAULT
           
static java.lang.String CPI_LOCATION_FORCE_DEFAULT
           
static java.lang.String CSC_CLIP_BASE64_LINES
          Retrieve whether or not to clip lines that are output in Base64 Format.
static java.lang.String CSC_CREATE_SIGNED_OCSP
          boolean value determines whether or not transmitted ocsp is signed.
static java.lang.String CSC_DATA_CONVERTER
           
static java.lang.String CSC_LOCATION_DEFAULT
           
static java.lang.String CSC_LOCATION_FORCE_DEFAULT
           
static java.lang.String CSC_LOCATION_RPRESPONDERPROXY
          Retrieve the rp responder proxy location -- a null means don't use it.
static java.lang.String CSC_MAX_PROOF_RESPONSE_AGE
          Retrieve the maximum time in seconds that a freshness proof is considered valid.
static java.lang.String CSC_MESSAGE_FACTORY
          Retrieves the classname of the message factory to use for a given protocol The protocol is specified by the oid.
static java.lang.String CSC_MESSAGE_FACTORY_DEFAULT
          Retrieve the class name of the default message factory.
static java.lang.String CSC_MESSAGE_FACTORY_FORCE_DEFAULT
          boolean value as to whether we force the usage of the default factory.
static java.lang.String CSC_PREFERRED_OID
          Retrieve the preferred protocol to use when performing operations.
static java.lang.String CSC_PREFERRED_PROTOCOL
          Retrieve The preferred protocol name -- this is a shorthand way of choosing the protocol via OID.
static java.lang.String CSC_PREFERRED_VERSION
          Retrieve the preferred protocol version to use.
static java.lang.String CSC_PROTOCOL_ADAPTER
          Retrieves the class name of a protocol adapter.
static java.lang.String CSC_RESOURCE_DATA_CONVERTER
           
static java.lang.String CSC_RESOURCE_MAX_PROOF_RESPONSE_AGE
          Retrieve the maximum time in seconds that a freshness proof is considered valid.
static java.lang.String CSC_RESOURCE_MESSAGE_FACTORY
          Retreives the classname of the message factory to use for given protocol The protocol is specified by the oid.
static java.lang.String CSC_RESOURCE_MESSAGE_FACTORY_DEFAULT
          Retrieve the class name of the default message factory.
static java.lang.String CSC_RESOURCE_PREFERRED_OID
          Retrieve the preferred protocol to use when performing operations.
static java.lang.String CSC_RESOURCE_PREFERRED_VERSION
          Retrieves the preferred protocol version to use when performing operations.
static java.lang.String CSC_RESOURCE_PROTOCOL_ADAPTER
          Retreives the class name of a protocol adapter.
static java.lang.String CSC_VERIFY_SIGNED_OCSP
          boolean value determines whether or not received ocsp is verified.
static java.lang.String INITIATOR_ENGINE_LOGGER
          The Engine logger.
static java.lang.String INITIATOR_KEYSTORE_DOMAIN_SPACE
           
static java.lang.String INITIATOR_KEYSTORE_PASSWORD
           
static java.lang.String INITIATOR_KEYSTORE_SIGNING_CERTIFICATE
          KeyStore Properties to be used with ConfigAdapterImpl.
static java.lang.String INITIATOR_KEYSTORE_SSLSIGNING_CERTIFICATE
           
static java.lang.String INITIATOR_KEYSTORE_VERIFICATION_CERTIFICATE
           
static java.lang.String INITIATOR_LOCATION_DEFAULT
          Retrieve the default location to send transactions.
static java.lang.String INITIATOR_LOCATION_FORCE_DEFAULT
          Retrieve whether or not to force the location default.
static java.lang.String INITIATOR_RESOURCE_TRANSPORT_ADAPTER
          Retrieve the classname of a transport adapter that supports a given protocol.
static java.lang.String INITIATOR_RESOURCE_TRANSPORT_ADAPTER_DEFAULT
          Retrieves the default classname of a transport adapter to use if none have been found with the previous checks.
static java.lang.String INITIATOR_TRANSPORT_ADAPTER
          Retrieve the classname of a transport adapter that supports a given protocol.
static java.lang.String INITIATOR_TRANSPORT_DEFAULT_PROTOCOL
          Retrieve the classname of the default transport adapter to use.
 
Constructor Summary
PropertyCodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INITIATOR_KEYSTORE_SIGNING_CERTIFICATE

public static java.lang.String INITIATOR_KEYSTORE_SIGNING_CERTIFICATE
KeyStore Properties to be used with ConfigAdapterImpl. They allow the easy setup of a TokenKeyStore.

INITIATOR_KEYSTORE_SSLSIGNING_CERTIFICATE

public static java.lang.String INITIATOR_KEYSTORE_SSLSIGNING_CERTIFICATE

INITIATOR_KEYSTORE_VERIFICATION_CERTIFICATE

public static java.lang.String INITIATOR_KEYSTORE_VERIFICATION_CERTIFICATE

INITIATOR_KEYSTORE_DOMAIN_SPACE

public static java.lang.String INITIATOR_KEYSTORE_DOMAIN_SPACE

INITIATOR_KEYSTORE_PASSWORD

public static java.lang.String INITIATOR_KEYSTORE_PASSWORD

INITIATOR_ENGINE_LOGGER

public static java.lang.String INITIATOR_ENGINE_LOGGER
The Engine logger.

INITIATOR_LOCATION_DEFAULT

public static java.lang.String INITIATOR_LOCATION_DEFAULT
Retrieve the default location to send transactions. This location is used if no other location can be determined ( through AIA's ) or if INITIATOR_LOCATION_FORCE_DEFAULT OR CPI/CSC_LOCATION_FORCE_DEFAULT - Depending on library - return "True".

CSC_LOCATION_DEFAULT

public static java.lang.String CSC_LOCATION_DEFAULT

CPI_LOCATION_DEFAULT

public static java.lang.String CPI_LOCATION_DEFAULT

INITIATOR_LOCATION_FORCE_DEFAULT

public static java.lang.String INITIATOR_LOCATION_FORCE_DEFAULT
Retrieve whether or not to force the location default.

CSC_LOCATION_FORCE_DEFAULT

public static java.lang.String CSC_LOCATION_FORCE_DEFAULT

CPI_LOCATION_FORCE_DEFAULT

public static java.lang.String CPI_LOCATION_FORCE_DEFAULT

INITIATOR_TRANSPORT_DEFAULT_PROTOCOL

public static java.lang.String INITIATOR_TRANSPORT_DEFAULT_PROTOCOL
Retrieve the classname of the default transport adapter to use.

INITIATOR_TRANSPORT_ADAPTER

public static java.lang.String INITIATOR_TRANSPORT_ADAPTER
Retrieve the classname of a transport adapter that supports a given protocol.

INITIATOR_RESOURCE_TRANSPORT_ADAPTER

public static java.lang.String INITIATOR_RESOURCE_TRANSPORT_ADAPTER
Retrieve the classname of a transport adapter that supports a given protocol. This is only checked if INITIATOR_TRANSPORT_ADAPTER returns null.

INITIATOR_RESOURCE_TRANSPORT_ADAPTER_DEFAULT

public static java.lang.String INITIATOR_RESOURCE_TRANSPORT_ADAPTER_DEFAULT
Retrieves the default classname of a transport adapter to use if none have been found with the previous checks.

CSC_PROTOCOL_ADAPTER

public static java.lang.String CSC_PROTOCOL_ADAPTER
Retrieves the class name of a protocol adapter. It is concatenated with the protocol oid , to get the specific protocol.

CSC_PREFERRED_PROTOCOL

public static java.lang.String CSC_PREFERRED_PROTOCOL
Retrieve The preferred protocol name -- this is a shorthand way of choosing the protocol via OID.

CSC_PREFERRED_OID

public static java.lang.String CSC_PREFERRED_OID
Retrieve the preferred protocol to use when performing operations.

CSC_PREFERRED_VERSION

public static java.lang.String CSC_PREFERRED_VERSION
Retrieve the preferred protocol version to use.

CSC_MAX_PROOF_RESPONSE_AGE

public static java.lang.String CSC_MAX_PROOF_RESPONSE_AGE
Retrieve the maximum time in seconds that a freshness proof is considered valid.

CSC_LOCATION_RPRESPONDERPROXY

public static java.lang.String CSC_LOCATION_RPRESPONDERPROXY
Retrieve the rp responder proxy location -- a null means don't use it.

CSC_MESSAGE_FACTORY_FORCE_DEFAULT

public static java.lang.String CSC_MESSAGE_FACTORY_FORCE_DEFAULT
boolean value as to whether we force the usage of the default factory.

CSC_MESSAGE_FACTORY_DEFAULT

public static java.lang.String CSC_MESSAGE_FACTORY_DEFAULT
Retrieve the class name of the default message factory. This is checked if CSC_MESSAGE_FACTORY_FORCE_DEFAULT return true or both CSC_MESSAGE_FACTORY and CSC_RESOURCE_MESSAGE_FACTORY return null.

CSC_RESOURCE_MESSAGE_FACTORY_DEFAULT

public static java.lang.String CSC_RESOURCE_MESSAGE_FACTORY_DEFAULT
Retrieve the class name of the default message factory. This is only checked if CSC_MESSAGE_FACTORY_DEFAULT returns null.

CSC_MESSAGE_FACTORY

public static java.lang.String CSC_MESSAGE_FACTORY
Retrieves the classname of the message factory to use for a given protocol The protocol is specified by the oid.

CSC_RESOURCE_MESSAGE_FACTORY

public static java.lang.String CSC_RESOURCE_MESSAGE_FACTORY
Retreives the classname of the message factory to use for given protocol The protocol is specified by the oid. This property is only checked if CSC_MESSAGE_FACTORY returns null.

CSC_DATA_CONVERTER

public static java.lang.String CSC_DATA_CONVERTER

CSC_RESOURCE_DATA_CONVERTER

public static java.lang.String CSC_RESOURCE_DATA_CONVERTER

CSC_VERIFY_SIGNED_OCSP

public static java.lang.String CSC_VERIFY_SIGNED_OCSP
boolean value determines whether or not received ocsp is verified. It defaults to false if not set. In the case of identrus XML wrapped ocsp it is forced to false.

CSC_CREATE_SIGNED_OCSP

public static java.lang.String CSC_CREATE_SIGNED_OCSP
boolean value determines whether or not transmitted ocsp is signed. It defaults to false if not set. In the case of identrus XML wrapped ocsp it is forced to false.

CSC_RESOURCE_PROTOCOL_ADAPTER

public static java.lang.String CSC_RESOURCE_PROTOCOL_ADAPTER
Retreives the class name of a protocol adapter. It id concatenated with the protocol oid , to get the specific protocol. This resource is checked if the CSC_PROTOCOL_ADAPTER property returns null.

CSC_RESOURCE_PREFERRED_OID

public static java.lang.String CSC_RESOURCE_PREFERRED_OID
Retrieve the preferred protocol to use when performing operations. This resource is only checked if CSC_PREFERRED_OID returns null.

CSC_RESOURCE_PREFERRED_VERSION

public static java.lang.String CSC_RESOURCE_PREFERRED_VERSION
Retrieves the preferred protocol version to use when performing operations. This resource is only checked if CSC_PREFERRED_VERSION returns null.

CSC_RESOURCE_MAX_PROOF_RESPONSE_AGE

public static java.lang.String CSC_RESOURCE_MAX_PROOF_RESPONSE_AGE
Retrieve the maximum time in seconds that a freshness proof is considered valid.

CSC_CLIP_BASE64_LINES

public static java.lang.String CSC_CLIP_BASE64_LINES
Retrieve whether or not to clip lines that are output in Base64 Format.
Constructor Detail

PropertyCodes

public PropertyCodes()