]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/runtime/org.argeo.security.jackrabbit/src/main/java/org/argeo/security/jackrabbit/ArgeoLoginModule.java
Add dep folder
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.jackrabbit / src / main / java / org / argeo / security / jackrabbit / ArgeoLoginModule.java
index b1da974da67763695ca0484bf158edf7946721c0..43c54408390bb619490bfe392be40a4e108eee88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -41,6 +41,7 @@ import org.springframework.security.providers.anonymous.AnonymousAuthenticationT
 public class ArgeoLoginModule extends AbstractLoginModule {
        private String adminRole = "ROLE_ADMIN";
 
+       @SuppressWarnings("unused")
        @Override
        public boolean login() throws LoginException {
                boolean loginOk = super.login();
@@ -51,6 +52,7 @@ public class ArgeoLoginModule extends AbstractLoginModule {
                return loginOk;
        }
 
+       @SuppressWarnings("unused")
        @Override
        public boolean commit() throws LoginException {
                boolean commitOk = super.commit();