public interface CredentialInitializer
UserAuthenticator is
configured on the server/locator.
To configure a custom user authenticator on server/locator, fully qualified
class name of the implementation of UserAuthenticator should be
mentioned in gemfirexd.auth-provider property.
| Modifier and Type | Method and Description |
|---|---|
java.util.Properties |
getCredentials(java.util.Properties securityProps)
Initialize with the given set of security properties and return the
credentials for the peer/client as properties.
|
java.util.Properties getCredentials(java.util.Properties securityProps)
throws java.sql.SQLException
securityProps - the security properties obtained using a call to that will be used
for obtaining the credentialsserverjava.sql.SQLException - in case of failure to obtain the credentialsCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.