Package org.springframework.security.core

Interface Summary
Authentication Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
GrantedAuthority Represents an authority granted to an Authentication object.
 

Class Summary
SpringSecurityMessageSource The default MessageSource used by Spring Security.
 

Exception Summary
AuthenticationException Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
 



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