|
SQLFire 1.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CredentialInitializer
Specifies the mechanism to obtain credentials for server to join.
It is mandatory to implement this when running in secure mode and
custom implementation of 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 sqlfire.authentication.provider property.
| Method Summary | |
|---|---|
Properties |
getCredentials(Properties securityProps)
Initialize with the given set of security properties and return the credentials for the peer/client as properties. |
| Method Detail |
|---|
Properties getCredentials(Properties securityProps)
throws SQLException
securityProps - the security properties obtained using a call to that will be used
for obtaining the credentials
server
SQLException - in case of failure to obtain the credentials
|
SQLFire 1.0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||