public interface GridDiscoverySpiNodeAuthenticator
| Modifier and Type | Method and Description |
|---|---|
GridSecurityContext |
authenticateNode(GridNode node,
GridSecurityCredentials cred)
Security credentials.
|
GridSecurityContext authenticateNode(GridNode node, GridSecurityCredentials cred) throws GridException
node - Node to authenticate.cred - Security credentials.null if authentication failed.GridException - If authentication process failed
(invalid credentials should not lead to this exception).Copyright © 2014. All rights reserved.