Spring Security Framework

Uses of Package
org.springframework.security.providers.jaas

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

Classes in org.springframework.security.providers.jaas used by org.springframework.security.providers.jaas
AuthorityGranter
          The AuthorityGranter interface is used to map a given principal to role names.
JaasAuthenticationCallbackHandler
          The JaasAuthenticationCallbackHandler is similar to the javax.security.auth.callback.CallbackHandler interface in that it defines a handle method.
LoginExceptionResolver
          The JaasAuthenticationProvider takes an instance of LoginExceptionResolver to resolve LoginModule specific exceptions to Spring Security exceptions.
 


Spring Security Framework

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