com.filenet.api.security
Interface CmCredentialsManager
-
- All Superinterfaces:
- EngineObject, IndependentlyPersistableObject, IndependentObject, java.io.Serializable
public interface CmCredentialsManager extends IndependentlyPersistableObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Stringget_ConfigurationParameters()Configuration parameters associated with this object.byte[]get_ConfigurationSecrets()Secret configuration parameters for the manager instance.java.lang.Stringget_Creator()The name of the user who created this object.java.util.Dateget_DateCreated()The date and time this object was created.java.util.Dateget_DateLastModified()The date and time when this object was last modified.java.lang.Stringget_DisplayName()A user-intelligible name for the object.Idget_Id()The unique object ID.java.lang.Stringget_LastModifier()The name of the user who last modified this object.java.lang.Stringget_ManagerClass()The full name of the Java class providing the implementatio of the CredentialsManager interface.StringListget_SupportedConsumers()Specifies the metadata classes of the types of object which can consume credentials this manager can provide.voidset_ConfigurationParameters(java.lang.String value)Configuration parameters associated with this object.voidset_ConfigurationSecrets(byte[] value)Secret configuration parameters for the manager instance.voidset_Creator(java.lang.String value)The name of the user who created this object.voidset_DateCreated(java.util.Date value)The date and time this object was created.voidset_DateLastModified(java.util.Date value)The date and time when this object was last modified.voidset_DisplayName(java.lang.String value)A user-intelligible name for the object.voidset_LastModifier(java.lang.String value)The name of the user who last modified this object.voidset_ManagerClass(java.lang.String value)The full name of the Java class providing the implementatio of the CredentialsManager interface.-
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
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.
-
-