public interface JaasCallbackHandlerFactory
| Modifier and Type | Method and Description |
|---|---|
CallbackHandler |
newInstance(AuthenticationContext ctx)
Create new authentication callbacks handler.
|
boolean |
supported(SecuritySubjectType subjType)
Checks if given subject is supported by this factory.
|
boolean supported(SecuritySubjectType subjType)
subjType - Subject type.True if subject type is supported, false otherwise.CallbackHandler newInstance(AuthenticationContext ctx) throws IgniteException
ctx - Authentication context.IgniteException - If callback creation resulted in system error. Note that
bad credentials should not cause this exception.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025