Class NullMutableAuthenticationDao

  • All Implemented Interfaces:
    net.sf.acegisecurity.providers.dao.AuthenticationDao, net.sf.acegisecurity.providers.dao.SaltSource, MutableAuthenticationDao

    public class NullMutableAuthenticationDao
    extends Object
    implements MutableAuthenticationDao
    Null Mutable Authentication Dao Class

    Mutable authentication implementation that does nothing.

    Author:
    GKSpencer