Improve login
[lgpl/argeo-commons.git] / org.argeo.security.core / src / org / argeo / security / login / AnonymousLoginModule.java
index e94c3e0fec18bd86ec9ce05950d67c927da549b0..0a1279caeac3b730370bc34578619280ef8da99f 100644 (file)
@@ -33,7 +33,7 @@ import org.springframework.security.core.Authentication;
 import org.springframework.security.core.authority.SimpleGrantedAuthority;
 
 /** Login module which caches one subject per thread. */
-public class AnonymousLoginModule extends AbstractSpringSecurityLoginModule {
+public class AnonymousLoginModule extends AbstractSpringLoginModule {
        private String anonymousRole = "ROLE_ANONYMOUS";
        /** Comma separated list of locales */
        private String availableLocales = null;