Class LDAPKeyManagerProviderCfgDefn

    • Method Detail

      • getInstance

        public static LDAPKeyManagerProviderCfgDefn getInstance()
        Get the LDAP Key Manager Provider configuration definition singleton.
        Returns:
        Returns the LDAP Key Manager Provider configuration definition singleton.
      • getBaseDNPropertyDefinition

        public DNPropertyDefinition getBaseDNPropertyDefinition()
        Get the "base-dn" property definition.

        The base DN beneath which LDAP key store entries are located.

        Returns:
        Returns the "base-dn" property definition.
      • getEnabledPropertyDefinition

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

        Indicates whether the LDAP 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 LDAP Key Manager Provider implementation.

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

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

        Specifies the clear-text PIN needed to access the LDAP 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 LDAP 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 LDAP 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 LDAP Key Manager Provider .

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