public interface GridSecureSessionManager extends GridManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
securityEnabled()
Checks if security check is 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) |
addSpiAttributes, enabledcollectDiscoveryData, onDiscoveryDataReceived, onKernalStart, onKernalStop, printMemoryStats, start, stop, validateNodeboolean securityEnabled()
True if secure session check is enabled.GridSecureSession validateSession(GridSecuritySubjectType subjType, UUID subjId, @Nullable byte[] tok, @Nullable Object params) throws GridException
subjType - Subject type.subjId - Subject ID.tok - Token.params - Parameters.null if session is not valid.GridException - If error occurred.byte[] updateSession(GridSecuritySubjectType subjType, UUID subjId, GridSecurityContext subjCtx, @Nullable Object params) throws GridException
subjType - Subject type.subjId - Subject ID.subjCtx - Authentication subject context.params - Params.GridExceptionCopyright © 2014. All rights reserved.