public interface DiscoverySpiNodeAuthenticator
| Modifier and Type | Method and Description |
|---|---|
org.apache.ignite.internal.processors.security.SecurityContext |
authenticateNode(ClusterNode node,
SecurityCredentials cred)
Security credentials.
|
boolean |
isGlobalNodeAuthentication()
Gets global node authentication flag.
|
org.apache.ignite.internal.processors.security.SecurityContext authenticateNode(ClusterNode node, SecurityCredentials cred) throws IgniteException
node - Node to authenticate.cred - Security credentials.null if authentication failed.IgniteException - If authentication process failed
(invalid credentials should not lead to this exception).boolean isGlobalNodeAuthentication()
True if all nodes in topology should authenticate joining node, false if only
coordinator should do the authentication.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016