| Package | Description |
|---|---|
| org.gridgain.grid.events |
Contains Event Subscription functionality together with various events emitted by GridGain.
|
| org.gridgain.grid.kernal.managers.security |
GridSecurityManager package.
|
| org.gridgain.grid.kernal.managers.security.os |
No-op implementation of GridSecurityManager.
|
| org.gridgain.grid.security |
Contains APIs for security, authentication, and authorization.
|
| org.gridgain.grid.spi |
Contains common classes and interfaces for SPI implementations.
|
| org.gridgain.grid.spi.authentication |
Contains APIs for authentication SPI.
|
| org.gridgain.grid.spi.authentication.noop |
Contains default no-op implementation for authentication SPI.
|
| Modifier and Type | Method and Description |
|---|---|
GridSecuritySubject |
GridAuthorizationEvent.subject()
Gets authenticated subject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridAuthorizationEvent.subject(GridSecuritySubject subj)
Sets authenticated subject.
|
| Constructor and Description |
|---|
GridAuthorizationEvent(GridNode node,
String msg,
int type,
GridSecurityPermission op,
GridSecuritySubject subj)
Creates authorization event with given parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridSecuritySubjectAdapter
Authenticated security subject.
|
| Modifier and Type | Method and Description |
|---|---|
GridSecuritySubject |
GridSecurityManager.authenticatedSubject(UUID subjId)
Gets authenticated node subject.
|
GridSecuritySubject |
GridSecurityImpl.authenticatedSubject(UUID subjId)
Gets security subject based on subject ID.
|
GridSecuritySubject |
GridSecurityContext.subject() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridSecuritySubject> |
GridSecurityManager.authenticatedSubjects()
Gets collection of authenticated nodes.
|
Collection<GridSecuritySubject> |
GridSecurityImpl.authenticatedSubjects()
Gets collection of authenticated subjects together with their permissions.
|
| Constructor and Description |
|---|
GridSecurityContext(GridSecuritySubject subj) |
| Modifier and Type | Method and Description |
|---|---|
GridSecuritySubject |
GridOsSecurityManager.authenticatedSubject(UUID nodeId)
Gets authenticated node subject.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridSecuritySubject> |
GridOsSecurityManager.authenticatedSubjects()
Gets collection of authenticated nodes.
|
| Modifier and Type | Method and Description |
|---|---|
GridSecuritySubject |
GridSecurity.authenticatedSubject(UUID subjId)
Gets security subject based on subject ID.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridSecuritySubject> |
GridSecurity.authenticatedSubjects()
Gets collection of authenticated subjects together with their permissions.
|
| Modifier and Type | Method and Description |
|---|---|
GridSecuritySubject |
GridSpiContext.authenticatedSubject(UUID subjId)
Gets security subject based on subject ID.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridSecuritySubject> |
GridSpiContext.authenticatedSubjects()
Gets collection of authenticated subjects together with their permissions.
|
| Modifier and Type | Method and Description |
|---|---|
GridSecuritySubject |
GridAuthenticationSpi.authenticate(GridAuthenticationContext authCtx)
Authenticates a given subject (either node or remote client).
|
| Modifier and Type | Method and Description |
|---|---|
GridSecuritySubject |
GridNoopAuthenticationSpi.authenticate(GridAuthenticationContext authCtx)
Authenticates a given subject (either node or remote client).
|
Copyright © 2014. All rights reserved.