| Package | Description |
|---|---|
| org.gridgain.client |
Public Java client messages APIs.
|
| org.gridgain.client.router |
Public API for rest protocol router.
|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.security |
Contains APIs for security, authentication, and authorization.
|
| Modifier and Type | Method and Description |
|---|---|
GridSecurityCredentialsProvider |
GridClientConfiguration.getSecurityCredentialsProvider()
Gets client credentials provider to authenticate with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridClientConfiguration.setSecurityCredentialsProvider(GridSecurityCredentialsProvider credProvider)
Sets client credentials provider used in authentication process.
|
| Modifier and Type | Method and Description |
|---|---|
GridSecurityCredentialsProvider |
GridTcpRouterConfiguration.getSecurityCredentialsProvider()
Gets credentials provider for grid access.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridTcpRouterConfiguration.setSecurityCredentialsProvider(GridSecurityCredentialsProvider credsProvider)
Sets credentials provider for grid access.
|
| Modifier and Type | Method and Description |
|---|---|
GridSecurityCredentialsProvider |
GridConfiguration.getSecurityCredentialsProvider()
Gets security credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setSecurityCredentialsProvider(GridSecurityCredentialsProvider securityCred)
Sets security credentials.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridSecurityCredentialsBasicProvider
Basic implementation for
GridSecurityCredentialsProvider. |
Copyright © 2014. All rights reserved.