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 Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019