IAuthInitializeGetCredentials Method |
Initialize with the given set of security properties
return the credentials for the client as properties.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxProperties GetCredentials(
Properties props,
string server
)
Function GetCredentials (
props As Properties,
server As String
) As Properties
Properties^ GetCredentials(
Properties^ props,
String^ server
)
abstract GetCredentials :
props : Properties *
server : string -> Properties
Parameters
- props
- Type: GemStone.GemFire.CacheProperties
the set of security-* properties provided to the
[!:DistributedSystem.connect] method
- server
- Type: SystemString
the ID of the current endpoint in the format "host:port"
Return Value
Type:
Properties
the credentials to be used for the given server
Remarks
This method can modify the given set of properties. For
example it may invoke external agents or even interact with
the user.
See Also