Basic implementation of
AuthenticationTrustResolver . Makes trust decisions based on whether the passed
Authentication is an instance of a defined class.
If
AuthenticationTrustResolverImpl.anonymousClass or
AuthenticationTrustResolverImpl.rememberMeClass is null , the corresponding method will
always return false .
author: Ben Alex version: $Id: AuthenticationTrustResolverImpl.java 1496 2006-05-23 13:38:33Z benalex $ |