Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.acegisecurity.providers.jaas.JaasAuthenticationCallbackHandler

Uses of JaasAuthenticationCallbackHandler in org.acegisecurity.providers.jaas
 

Classes in org.acegisecurity.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.
 

Fields in org.acegisecurity.providers.jaas declared as JaasAuthenticationCallbackHandler
private  JaasAuthenticationCallbackHandler[] JaasAuthenticationProvider.callbackHandlers
           
 

Methods in org.acegisecurity.providers.jaas that return JaasAuthenticationCallbackHandler
 JaasAuthenticationCallbackHandler[] JaasAuthenticationProvider.getCallbackHandlers()
          Returns the current JaasAuthenticationCallbackHandler array, or null if none are set.
 

Methods in org.acegisecurity.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.