public interface GridSecureSessionProcessor extends GridProcessor
GridComponent.DiscoveryDataExchangeType| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled() |
byte[] |
updateSession(GridSecuritySubjectType subjType,
UUID subjId,
GridSecurityContext subjCtx,
Object params)
Generates secure session token.
|
GridSecureSession |
validateSession(GridSecuritySubjectType subjType,
UUID subjId,
byte[] tok,
Object params) |
addAttributescollectDiscoveryData, discoveryDataType, onDiscoveryDataReceived, onKernalStart, onKernalStop, printMemoryStats, start, stop, validateNodeGridSecureSession validateSession(GridSecuritySubjectType subjType, UUID subjId, @Nullable byte[] tok, @Nullable Object params) throws IgniteCheckedException
subjType - Subject type.subjId - Subject ID.tok - Token.params - Parameters.null if session is not valid.IgniteCheckedException - If error occurred.byte[] updateSession(GridSecuritySubjectType subjType, UUID subjId, GridSecurityContext subjCtx, @Nullable Object params) throws IgniteCheckedException
subjType - Subject type.subjId - Subject ID.subjCtx - Authentication subject context.params - Params.IgniteCheckedExceptionboolean enabled()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015