Spring Security Framework

Uses of Interface
org.springframework.security.providers.jaas.JaasAuthenticationCallbackHandler

Packages that use JaasAuthenticationCallbackHandler
org.springframework.security.providers.jaas An authentication provider for JAAS. 
 

Uses of JaasAuthenticationCallbackHandler in org.springframework.security.providers.jaas
 

Classes in org.springframework.security.providers.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.providers.jaas that return JaasAuthenticationCallbackHandler
 JaasAuthenticationCallbackHandler[] JaasAuthenticationProvider.getCallbackHandlers()
          Returns the current JaasAuthenticationCallbackHandler array, or null if none are set.
 

Methods in org.springframework.security.providers.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.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.