public static enum ReplicationServerCfgDefn.ChangelogEnabled extends Enum<ReplicationServerCfgDefn.ChangelogEnabled>
Specifies whether the "cn=changelog" backend will be available to client applications.
Enum Constant and Description |
---|
DISABLED
The "cn=changelog" backend will not be available to client
applications.
|
ENABLED
The "cn=changelog" backend will be available to client
applications.
|
ENABLED_COOKIE_MODE_ONLY
The "cn=changelog" backend will be available to client
applications.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ReplicationServerCfgDefn.ChangelogEnabled |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationServerCfgDefn.ChangelogEnabled[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationServerCfgDefn.ChangelogEnabled DISABLED
public static final ReplicationServerCfgDefn.ChangelogEnabled ENABLED
public static final ReplicationServerCfgDefn.ChangelogEnabled ENABLED_COOKIE_MODE_ONLY
public static ReplicationServerCfgDefn.ChangelogEnabled[] values()
for (ReplicationServerCfgDefn.ChangelogEnabled c : ReplicationServerCfgDefn.ChangelogEnabled.values()) System.out.println(c);
public static ReplicationServerCfgDefn.ChangelogEnabled valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<ReplicationServerCfgDefn.ChangelogEnabled>
Copyright 2010-2022 ForgeRock AS.