Specifies the mechanism to obtain credentials for a client.
It is mandantory for clients when the server is running in secure
mode having a security-client-authenticator module specified.
Implementations should register the library path as
security-client-auth-library system property and factory
function (a zero argument function returning pointer to an
AuthInitialize object) as the security-client-auth-factory
system property.
For a managed class implementing IAuthInitialize the fully
qualified name of the factory function should be provided in the
form {Namespace}.{Class Name}.{Method Name} as the
security-client-auth-factory property.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public interface IAuthInitialize |
| Visual Basic (Declaration) |
|---|
Public Interface IAuthInitialize |
| Visual C++ |
|---|
public interface class IAuthInitialize |
See Also
IAuthInitialize Members
GemStone.GemFire.Cache Namespace