| Indicates whether the passed Authentication token represents user that has been remembered
(ie not a user that has been fully authenticated).No part of the framework uses this method,
as it is a weak definition of trust levels. The method is provided simply to assist with custom
AccessDecisionVoter s and the like that you might develop. Of course, you don't need to use this
method either and can develop your own "trust level" hierarchy instead.
Parameters: authentication - to test (may be null in which case the method will always returnfalse ) true the passed authentication token represented a principal authenticated using aremember-me token, false otherwise |