Overrides getInfo() in Realms so log messages that use it have useful info
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@891185
13f79535-47bb-0310-9956-
ffa450edef68
this.userTable = userTable;
}
+ /**
+ * Return descriptive information about this Realm implementation and
+ * the corresponding version number, in the format
+ * <code><description>/<version></code>.
+ */
+ @Override
+ public String getInfo() {
+
+ return info;
+
+ }
+
// --------------------------------------------------------- Public Methods
this.userClassNames = userClassNames;
}
+ /**
+ * Return descriptive information about this Realm implementation and
+ * the corresponding version number, in the format
+ * <code><description>/<version></code>.
+ */
+ @Override
+ public String getInfo() {
+
+ return info;
+ }
+
+
// --------------------------------------------------------- Public Methods
this.userTable = userTable;
}
+ /**
+ * Return descriptive information about this Realm implementation and
+ * the corresponding version number, in the format
+ * <code><description>/<version></code>.
+ */
+ @Override
+ public String getInfo() {
+
+ return info;
+
+ }
// --------------------------------------------------------- Public Methods