File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
plugins/src/main/java/opengrok/auth/plugin Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,6 @@ public class LdapAttrPlugin extends AbstractLdapPlugin {
52
52
53
53
private static final Logger LOGGER = Logger .getLogger (LdapAttrPlugin .class .getName ());
54
54
55
- static final String ATTR_PARAM = "attribute" ; // LDAP attribute name to check
56
- static final String FILE_PARAM = "file" ;
57
- static final String INSTANCE_PARAM = "instance" ;
58
-
59
- private static final String SESSION_ALLOWED_PREFIX = "opengrok-ldap-attr-plugin-allowed" ;
60
- private String sessionAllowed = SESSION_ALLOWED_PREFIX ;
61
-
62
55
/**
63
56
* List of configuration names.
64
57
* <ul>
@@ -67,6 +60,13 @@ public class LdapAttrPlugin extends AbstractLdapPlugin {
67
60
* <li><code>instance</code> is number of <code>LdapUserInstance</code> plugin to use (optional)</li>
68
61
* </ul>
69
62
*/
63
+ static final String ATTR_PARAM = "attribute" ;
64
+ static final String FILE_PARAM = "file" ;
65
+ static final String INSTANCE_PARAM = "instance" ;
66
+
67
+ private static final String SESSION_ALLOWED_PREFIX = "opengrok-ldap-attr-plugin-allowed" ;
68
+ private String sessionAllowed = SESSION_ALLOWED_PREFIX ;
69
+
70
70
private String ldapAttr ;
71
71
private final Set <String > whitelist = new TreeSet <>();
72
72
private Integer ldapUserInstance ;
You can’t perform that action at this time.
0 commit comments