|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JaasAuthenticationCallbackHandler | |
---|---|
org.springframework.security.authentication.jaas | An authentication provider for JAAS. |
Uses of JaasAuthenticationCallbackHandler in org.springframework.security.authentication.jaas |
---|
Classes in org.springframework.security.authentication.jaas that implement JaasAuthenticationCallbackHandler | |
---|---|
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. |
Methods in org.springframework.security.authentication.jaas with parameters of type JaasAuthenticationCallbackHandler | |
---|---|
void |
JaasAuthenticationProvider.setCallbackHandlers(JaasAuthenticationCallbackHandler[] callbackHandlers)
Set the JAASAuthentcationCallbackHandler array to handle callback objects generated by the LoginContext.login method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |