com.filenet.api.security

Interface CmCredentialsManager

    • Method Detail

      • get_Creator

        java.lang.String get_Creator()
        The name of the user who created this object.
      • set_Creator

        void set_Creator(java.lang.String value)
        The name of the user who created this object. Settability Restrictions: This property is settable only on create.
      • get_DateCreated

        java.util.Date get_DateCreated()
        The date and time this object was created.
      • set_DateCreated

        void set_DateCreated(java.util.Date value)
        The date and time this object was created. Settability Restrictions: This property is settable only on create.
      • get_LastModifier

        java.lang.String get_LastModifier()
        The name of the user who last modified this object.
      • set_LastModifier

        void set_LastModifier(java.lang.String value)
        The name of the user who last modified this object. Settability Restrictions: This property is settable only on create.
      • get_DateLastModified

        java.util.Date get_DateLastModified()
        The date and time when this object was last modified.
      • set_DateLastModified

        void set_DateLastModified(java.util.Date value)
        The date and time when this object was last modified. Settability Restrictions: This property is settable only on create.
      • get_Id

        Id get_Id()
        The unique object ID.
      • get_DisplayName

        java.lang.String get_DisplayName()
        A user-intelligible name for the object.
      • set_DisplayName

        void set_DisplayName(java.lang.String value)
        A user-intelligible name for the object. Settability Restrictions: None.
      • get_ManagerClass

        java.lang.String get_ManagerClass()
        The full name of the Java class providing the implementatio of the CredentialsManager interface.
      • set_ManagerClass

        void set_ManagerClass(java.lang.String value)
        The full name of the Java class providing the implementatio of the CredentialsManager interface. Settability Restrictions: None.
      • get_ConfigurationParameters

        java.lang.String get_ConfigurationParameters()
        Configuration parameters associated with this object.
      • set_ConfigurationParameters

        void set_ConfigurationParameters(java.lang.String value)
        Configuration parameters associated with this object. Settability Restrictions: None.
      • get_ConfigurationSecrets

        byte[] get_ConfigurationSecrets()
        Secret configuration parameters for the manager instance.
      • set_ConfigurationSecrets

        void set_ConfigurationSecrets(byte[] value)
        Secret configuration parameters for the manager instance. Settability Restrictions: None.
      • get_SupportedConsumers

        StringList get_SupportedConsumers()
        Specifies the metadata classes of the types of object which can consume credentials this manager can provide.

© Copyright IBM Corporation 2006, 2019. All rights reserved.