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

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

Uses of LoginExceptionResolver in org.springframework.security.authentication.jaas
 

Classes in org.springframework.security.authentication.jaas that implement LoginExceptionResolver
 class DefaultLoginExceptionResolver
          This LoginExceptionResolver simply wraps the LoginException with an AuthenticationServiceException.
 

Methods in org.springframework.security.authentication.jaas with parameters of type LoginExceptionResolver
 void JaasAuthenticationProvider.setLoginExceptionResolver(LoginExceptionResolver loginExceptionResolver)
           
 



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