Class FileBasedKeyManagerProviderCfgDefn

    • Method Detail

      • getInstance

        public static FileBasedKeyManagerProviderCfgDefn getInstance()
        Get the File Based Key Manager Provider configuration definition singleton.
        Returns:
        Returns the File Based Key Manager Provider configuration definition singleton.
      • getEnabledPropertyDefinition

        public BooleanPropertyDefinition getEnabledPropertyDefinition()
        Get the "enabled" property definition.

        Indicates whether the File Based Key Manager Provider is enabled for use.

        Returns:
        Returns the "enabled" property definition.
      • getJavaClassPropertyDefinition

        public ClassPropertyDefinition getJavaClassPropertyDefinition()
        Get the "java-class" property definition.

        The fully-qualified name of the Java class that provides the File Based Key Manager Provider implementation.

        Returns:
        Returns the "java-class" property definition.
      • getKeyStoreFilePropertyDefinition

        public StringPropertyDefinition getKeyStoreFilePropertyDefinition()
        Get the "key-store-file" property definition.

        Specifies the path to the file that contains the private key information. This may be an absolute path, or a path that is relative to the OpenDJ instance root.

        Changes to this property will take effect the next time that the key manager is accessed.

        Returns:
        Returns the "key-store-file" property definition.
      • getKeyStorePinPropertyDefinition

        public StringPropertyDefinition getKeyStorePinPropertyDefinition()
        Get the "key-store-pin" property definition.

        Specifies the clear-text PIN needed to access the File Based Key Manager Provider .

        Returns:
        Returns the "key-store-pin" property definition.
      • getKeyStorePinEnvironmentVariablePropertyDefinition

        public StringPropertyDefinition getKeyStorePinEnvironmentVariablePropertyDefinition()
        Get the "key-store-pin-environment-variable" property definition.

        Specifies the name of the environment variable that contains the clear-text PIN needed to access the File Based Key Manager Provider .

        Returns:
        Returns the "key-store-pin-environment-variable" property definition.
      • getKeyStorePinFilePropertyDefinition

        public StringPropertyDefinition getKeyStorePinFilePropertyDefinition()
        Get the "key-store-pin-file" property definition.

        Specifies the path to the text file whose only contents should be a single line containing the clear-text PIN needed to access the File Based Key Manager Provider .

        Returns:
        Returns the "key-store-pin-file" property definition.
      • getKeyStorePinPropertyPropertyDefinition

        public StringPropertyDefinition getKeyStorePinPropertyPropertyDefinition()
        Get the "key-store-pin-property" property definition.

        Specifies the name of the Java property that contains the clear-text PIN needed to access the File Based Key Manager Provider .

        Returns:
        Returns the "key-store-pin-property" property definition.
      • getKeyStoreTypePropertyDefinition

        public StringPropertyDefinition getKeyStoreTypePropertyDefinition()
        Get the "key-store-type" property definition.

        Specifies the format for the data in the key store file.

        Valid values should always include 'JKS' and 'PKCS12', but different implementations may allow other values as well. If no value is provided, the JVM-default value is used. Changes to this configuration attribute will take effect the next time that the key manager is accessed.

        Returns:
        Returns the "key-store-type" property definition.