|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ServerDescriptor.ServerProperty>
org.opends.admin.ads.ServerDescriptor.ServerProperty
public static enum ServerDescriptor.ServerProperty
Enumeration containing the different server properties that we can keep in the ServerProperty object.
Enum Constant Summary | |
---|---|
EXTERNAL_REPLICATION_SERVERS
List of servers specified in the Replication Server configuration. |
|
HOST_NAME
The associated value is a String. |
|
INSTANCE_PUBLIC_KEY_CERTIFICATE
The instance key-pair public-key certificate. |
|
IS_REPLICATION_ENABLED
The associated value is a Boolean. |
|
IS_REPLICATION_SECURE
The associated value is a Boolean. |
|
IS_REPLICATION_SERVER
The associated value is a Boolean. |
|
JMX_ENABLED
The associated value is an ArrayList of Boolean. |
|
JMX_PORT
The associated value is an ArrayList of Integer. |
|
JMXS_ENABLED
The associated value is an ArrayList of Boolean. |
|
JMXS_PORT
The associated value is an ArrayList of Integer. |
|
LDAP_ENABLED
The associated value is an ArrayList of Boolean. |
|
LDAP_PORT
The associated value is an ArrayList of Integer. |
|
LDAPS_ENABLED
The associated value is an ArrayList of Boolean. |
|
LDAPS_PORT
The associated value is an ArrayList of Integer. |
|
REPLICATION_SERVER_ID
The associated value is an Integer. |
|
REPLICATION_SERVER_PORT
The associated value is an Integer. |
|
SCHEMA_GENERATION_ID
The schema generation ID. |
|
STARTTLS_ENABLED
The associated value is an ArrayList of Boolean. |
Method Summary | |
---|---|
static ServerDescriptor.ServerProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ServerDescriptor.ServerProperty[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ServerDescriptor.ServerProperty HOST_NAME
public static final ServerDescriptor.ServerProperty LDAP_PORT
public static final ServerDescriptor.ServerProperty LDAPS_PORT
public static final ServerDescriptor.ServerProperty LDAP_ENABLED
public static final ServerDescriptor.ServerProperty LDAPS_ENABLED
public static final ServerDescriptor.ServerProperty STARTTLS_ENABLED
public static final ServerDescriptor.ServerProperty JMX_PORT
public static final ServerDescriptor.ServerProperty JMXS_PORT
public static final ServerDescriptor.ServerProperty JMX_ENABLED
public static final ServerDescriptor.ServerProperty JMXS_ENABLED
public static final ServerDescriptor.ServerProperty REPLICATION_SERVER_PORT
public static final ServerDescriptor.ServerProperty IS_REPLICATION_SERVER
public static final ServerDescriptor.ServerProperty IS_REPLICATION_ENABLED
public static final ServerDescriptor.ServerProperty IS_REPLICATION_SECURE
public static final ServerDescriptor.ServerProperty EXTERNAL_REPLICATION_SERVERS
public static final ServerDescriptor.ServerProperty REPLICATION_SERVER_ID
public static final ServerDescriptor.ServerProperty INSTANCE_PUBLIC_KEY_CERTIFICATE
public static final ServerDescriptor.ServerProperty SCHEMA_GENERATION_ID
Method Detail |
---|
public static ServerDescriptor.ServerProperty[] values()
for (ServerDescriptor.ServerProperty c : ServerDescriptor.ServerProperty.values()) System.out.println(c);
public static ServerDescriptor.ServerProperty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |