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

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.
 



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