Spring Security Framework

Package org.springframework.security.providers

Implements a provider-based approach to authentication decisions.

See:
          Description

Interface Summary
AuthenticationProvider Indicates a class can process a specific Authentication implementation.
 

Class Summary
AbstractAuthenticationToken Base class for Authentication objects.
ProviderManager Iterates an Authentication request through a list of AuthenticationProviders.
UsernamePasswordAuthenticationToken An Authentication implementation that is designed for simple presentation of a username and password.
 

Exception Summary
ProviderNotFoundException Thrown by ProviderManager if no AuthenticationProvider could be found that supports the presented Authentication object.
 

Package org.springframework.security.providers Description

Implements a provider-based approach to authentication decisions.


Spring Security Framework

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