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

Quick Search    Search Deep

Package org.acegisecurity.providers

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

Class Summary
AbstractAuthenticationToken Provides a String representation of the Authentication token.
ProviderManager Iterates an org.acegisecurity.Authentication request through a list of AuthenticationProviders.
TestingAuthenticationProvider An AuthenticationProvider implementation for the TestingAuthenticationToken.
TestingAuthenticationToken An org.acegisecurity.Authentication implementation that is designed for use whilst unit testing.
UsernamePasswordAuthenticationToken An org.acegisecurity.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 org.acegisecurity.Authentication object.