| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.spi.authentication.noop |
Contains default no-op implementation for authentication SPI.
|
| Modifier and Type | Method and Description |
|---|---|
GridAuthenticationSpi |
GridConfiguration.getAuthenticationSpi()
Should return fully configured authentication SPI implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setAuthenticationSpi(GridAuthenticationSpi authSpi)
Sets fully configured instance of
GridAuthenticationSpi. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridNoopAuthenticationSpi
Default implementation of the authentication SPI which permits any request.
|
Copyright © 2014. All rights reserved.