Package | Description |
---|---|
org.apache.ignite.spi |
Contains common classes and interfaces for SPI implementations.
|
org.gridgain.grid |
Contains base API classes.
|
org.gridgain.grid.events |
Contains events API classes.
|
org.gridgain.grid.security |
Contains security API classes.
|
org.gridgain.grid.security.certificate |
Contains X.509 Certificate Authenticator classes.
|
org.gridgain.grid.security.jaas |
Contains JAAS API classes.
|
org.gridgain.grid.security.passcode |
Contains passcode API classes.
|
Modifier and Type | Method and Description |
---|---|
SecuritySubject |
IgniteSpiContext.authenticatedSubject(UUID subjId)
Gets security subject based on subject ID.
|
Modifier and Type | Method and Description |
---|---|
Collection<SecuritySubject> |
IgniteSpiContext.authenticatedSubjects()
Gets collection of authenticated subjects together with their permissions.
|
Modifier and Type | Method and Description |
---|---|
SecuritySubject |
GridSecurity.authenticatedSubject(UUID subjId)
Gets security subject based on subject ID.
|
Modifier and Type | Method and Description |
---|---|
Collection<SecuritySubject> |
GridSecurity.authenticatedSubjects()
Gets collection of authenticated subjects together with their permissions.
|
Modifier and Type | Method and Description |
---|---|
SecuritySubject |
AuthorizationEvent.subject()
Gets authenticated subject.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationEvent.subject(SecuritySubject subj)
Sets authenticated subject.
|
Constructor and Description |
---|
AuthorizationEvent(ClusterNode node,
String msg,
int type,
SecurityPermission op,
SecuritySubject subj)
Creates authorization event with given parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
SecuritySubjectAdapter
Authenticated security subject.
|
Modifier and Type | Method and Description |
---|---|
SecuritySubject |
Authenticator.authenticate(AuthenticationContext authCtx)
Authenticates a given subject (either node or remote client).
|
Modifier and Type | Method and Description |
---|---|
SecuritySubject |
CertificateAuthenticator.authenticate(AuthenticationContext authCtx)
Authenticates a given subject (either node or remote client).
|
Modifier and Type | Method and Description |
---|---|
SecuritySubject |
JaasAuthenticator.authenticate(AuthenticationContext authCtx)
Authenticates a given subject (either node or remote client).
|
Modifier and Type | Method and Description |
---|---|
SecuritySubject |
IgniteAuthenticator.authenticate(AuthenticationContext authCtx)
Authenticates a given subject (either node or remote client).
|
SecuritySubject |
PasscodeAuthenticator.authenticate(AuthenticationContext authCtx)
Authenticates a given subject (either node or remote client).
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024