public interface JaasCallbackHandlerFactory
| Modifier and Type | Method and Description |
|---|---|
CallbackHandler |
newInstance(org.apache.ignite.plugin.security.AuthenticationContext ctx)
Create new authentication callbacks handler.
|
boolean |
supported(org.apache.ignite.plugin.security.SecuritySubjectType subjType)
Checks if given subject is supported by this factory.
|
boolean supported(org.apache.ignite.plugin.security.SecuritySubjectType subjType)
subjType - Subject type.True if subject type is supported, false otherwise.CallbackHandler newInstance(org.apache.ignite.plugin.security.AuthenticationContext ctx) throws org.apache.ignite.IgniteException
ctx - Authentication context.org.apache.ignite.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.15 Release Date : December 3 2024