Package | Description |
---|---|
org.springframework.security.authentication.jaas |
An authentication provider for JAAS.
|
Modifier and Type | Class and Description |
---|---|
class |
JaasNameCallbackHandler
The most basic Callbacks to be handled when using a LoginContext from JAAS, are the NameCallback and
PasswordCallback.
|
class |
JaasPasswordCallbackHandler
The most basic Callbacks to be handled when using a LoginContext from JAAS, are the NameCallback and
PasswordCallback.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJaasAuthenticationProvider.setCallbackHandlers(JaasAuthenticationCallbackHandler[] callbackHandlers)
Set the JAASAuthentcationCallbackHandler array to handle callback objects generated by the
LoginContext.login method.
|
Copyright © 2019. All rights reserved.