Refactor AAAShiroProvider & Co. to be non static
[aaa.git] / aaa-shiro / impl / src / main / java / org / opendaylight / aaa / shiro / realm / ODLJndiLdapRealmAuthNOnly.java
index d8621ad334e5489a7023878a8134d27289eb6c6f..878cc51f43fe97e29fece56570f7cb9bee1aaf5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Brocade Communications Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 2016 - 2017 Brocade Communications Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -32,9 +32,6 @@ import org.slf4j.LoggerFactory;
  * example, the netconf project only needs to import
  * <code>org.opendaylight.aaa.shiro.realm</code>, and does not need to worry
  * about importing Shiro packages.
- *
- * @author Ryan Goulding (ryandgoulding@gmail.com)
- *
  */
 public class ODLJndiLdapRealmAuthNOnly extends JndiLdapRealm {
 
@@ -46,7 +43,7 @@ public class ODLJndiLdapRealmAuthNOnly extends JndiLdapRealm {
      * Adds debugging information surrounding creation of ODLJndiLdapRealm
      */
     public ODLJndiLdapRealmAuthNOnly() {
-        LOG.debug("Creating ODLJndiLdapRealmAuthNOnly");
+        LOG.info("ODLJndiLdapRealmAuthNOnly realm created");
     }
 
     /*