The full name of the Java class providing the implementatio of the CredentialsManager interface.
Namespace:
FileNet.Api.Security
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property ManagerClass As String |
| C# |
|---|
string ManagerClass { get; set; } |
| Visual C++ |
|---|
property String^ ManagerClass { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_managerClass(); function set_managerClass(value); |