|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ADSContext.ServerProperty>
org.opends.admin.ads.ADSContext.ServerProperty
public static enum ADSContext.ServerProperty
Enumeration containing the different server properties that are stored in the ADS.
Enum Constant Summary | |
---|---|
CERTIFICATE
The certificate used by the server. |
|
DESCRIPTION
The description of the server. |
|
GROUPS
The groups to which this server belongs. |
|
HOST_NAME
The host name of the server. |
|
HOST_OS
The OS of the machine where the server is installed. |
|
ID
The ID used to identify the server. |
|
INSTANCE_KEY_ID
The unique name of the instance key public-key certificate. |
|
INSTANCE_PATH
The path where the server is installed. |
|
INSTANCE_PUBLIC_KEY_CERTIFICATE
The instance key-pair public-key certificate. |
|
JMX_ENABLED
Whether JMX is enabled or not. |
|
JMX_PORT
The JMX port of the server. |
|
JMXS_ENABLED
Whether JMX is enabled or not. |
|
JMXS_PORT
The JMX secure port of the server. |
|
LDAP_ENABLED
Whether LDAP is enabled or not. |
|
LDAP_PORT
The LDAP port of the server. |
|
LDAPS_ENABLED
Whether LDAPS is enabled or not. |
|
LDAPS_PORT
The LDAPS port of the server. |
|
LOCATION
The location of the server. |
|
STARTTLS_ENABLED
Whether StartTLS is enabled or not. |
Method Summary | |
---|---|
java.lang.String |
getAttributeName()
Returns the attribute name. |
ADSContext.ADSPropertySyntax |
getAttributeSyntax()
Returns the attribute syntax. |
static ADSContext.ServerProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ADSContext.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 ADSContext.ServerProperty ID
public static final ADSContext.ServerProperty HOST_NAME
public static final ADSContext.ServerProperty LDAP_PORT
public static final ADSContext.ServerProperty JMX_PORT
public static final ADSContext.ServerProperty JMXS_PORT
public static final ADSContext.ServerProperty LDAPS_PORT
public static final ADSContext.ServerProperty CERTIFICATE
public static final ADSContext.ServerProperty INSTANCE_PATH
public static final ADSContext.ServerProperty DESCRIPTION
public static final ADSContext.ServerProperty HOST_OS
public static final ADSContext.ServerProperty LDAP_ENABLED
public static final ADSContext.ServerProperty LDAPS_ENABLED
public static final ADSContext.ServerProperty STARTTLS_ENABLED
public static final ADSContext.ServerProperty JMX_ENABLED
public static final ADSContext.ServerProperty JMXS_ENABLED
public static final ADSContext.ServerProperty LOCATION
public static final ADSContext.ServerProperty GROUPS
public static final ADSContext.ServerProperty INSTANCE_KEY_ID
public static final ADSContext.ServerProperty INSTANCE_PUBLIC_KEY_CERTIFICATE
Method Detail |
---|
public static ADSContext.ServerProperty[] values()
for (ADSContext.ServerProperty c : ADSContext.ServerProperty.values()) System.out.println(c);
public static ADSContext.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 nullpublic java.lang.String getAttributeName()
public ADSContext.ADSPropertySyntax getAttributeSyntax()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |