public abstract class ClientListenerAbstractConnectionContext extends Object implements ClientListenerConnectionContext
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
ctx
Kernal context.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ClientListenerAbstractConnectionContext(GridKernalContext ctx,
long connId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected AuthorizationContext |
authenticate(String user,
String pwd)
Perform authentication.
|
AuthorizationContext |
authorizationContext()
Return connection authorization context.
|
long |
connectionId() |
GridKernalContext |
kernalContext() |
SecurityContext |
securityContext() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcurrentVersion, handler, initializeFromHandshake, isVersionSupported, onDisconnected, parserprotected final GridKernalContext ctx
protected ClientListenerAbstractConnectionContext(GridKernalContext ctx, long connId)
ctx - Kernal context.public GridKernalContext kernalContext()
@Nullable public SecurityContext securityContext()
@Nullable public AuthorizationContext authorizationContext()
authorizationContext in interface ClientListenerConnectionContextpublic long connectionId()
connectionId in interface ClientListenerConnectionContextprotected AuthorizationContext authenticate(String user, String pwd) throws IgniteCheckedException
IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019