public interface DiscoverySpiNodeAuthenticator
Modifier and Type | Method and Description |
---|---|
org.apache.ignite.internal.processors.security.SecurityContext |
authenticateNode(ClusterNode node,
GridSecurityCredentials cred)
Security credentials.
|
boolean |
isGlobalNodeAuthentication()
Gets global node authentication flag.
|
org.apache.ignite.internal.processors.security.SecurityContext authenticateNode(ClusterNode node, GridSecurityCredentials 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
Apache Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015