mirror of
https://github.com/apache/nifi.git
synced 2025-02-17 15:36:36 +00:00
parent
d1129706e2
commit
54574e3889
@ -22,7 +22,7 @@ package org.apache.nifi.ldap;
|
|||||||
public enum ReferralStrategy {
|
public enum ReferralStrategy {
|
||||||
|
|
||||||
FOLLOW("follow"),
|
FOLLOW("follow"),
|
||||||
INGORE("ignore"),
|
IGNORE("ignore"),
|
||||||
THROW("throw");
|
THROW("throw");
|
||||||
|
|
||||||
private final String value;
|
private final String value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user