-
Packages that use CmCredentialsManager Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of CmCredentialsManager in com.filenet.api.admin
Methods in com.filenet.api.admin that return CmCredentialsManager Modifier and Type Method and Description CmCredentialsManagerCmSecuredStorageDevice. get_CredentialsManager()The dynamic Credentials Manager to use to obtain credentials for access.CmCredentialsManagerCmAWSFixedContentDevice. get_CredentialsManager()The dynamic Credentials Manager to use to obtain credentials for access.Methods in com.filenet.api.admin with parameters of type CmCredentialsManager Modifier and Type Method and Description voidCmSecuredStorageDevice. set_CredentialsManager(CmCredentialsManager value)The dynamic Credentials Manager to use to obtain credentials for access.voidCmAWSFixedContentDevice. set_CredentialsManager(CmCredentialsManager value)The dynamic Credentials Manager to use to obtain credentials for access. -
Uses of CmCredentialsManager in com.filenet.api.core
Methods in com.filenet.api.core that return CmCredentialsManager Modifier and Type Method and Description static CmCredentialsManagerFactory.CmCredentialsManager. createInstance(Domain domain, Id id)Creates a new instance of theCmCredentialsManagerclass based on the specified parameters.static CmCredentialsManagerFactory.CmCredentialsManager. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theCmCredentialsManagerclass by the specified domain and ID.static CmCredentialsManagerFactory.CmCredentialsManager. getInstance(Domain domain, Id id)Constructs an instance of theCmCredentialsManagerclass by the specified domain and ID.
-