Package com.isode.dsapi.config
Enum Class ConfigManager.ConfigObjectClass
java.lang.Object
java.lang.Enum<ConfigManager.ConfigObjectClass>
com.isode.dsapi.config.ConfigManager.ConfigObjectClass
- All Implemented Interfaces:
Serializable
,Comparable<ConfigManager.ConfigObjectClass>
,Constable
- Enclosing class:
- ConfigManager
This is a list of config data short-hands that users can use to load that
type of config data. Please note that knowledge objects are not stored
under "cn=config" but are loaded whenever any other type of config data
is requested to be loaded and can also be requested to be loaded on their
own.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe data tree under the "cn=config" object.Configuration data in the object isodeDSAConfiguration.Failover config data in the object of type isodeFailoverConfiguration.GDAM data in the objects of type gdam.Knowledge references (naming contexts, subordinate references, cross-references, admin points and subentries) below the root DN.LDAP changelog informationMESH agreement monitoring information in objects of type isodeMESHAgreementState.MESH configuration data in the object of type isodeMESHConfiguration.OAuth configuration informationPeer DSA data in the objects of type isodePeerDSA.Peer DSA data in the objects of type isodePeerDSA.Shadow agreement data in the objects of type isodeShadowAgreement. -
Method Summary
Modifier and TypeMethodDescriptiongetDN()
DN of object holding the data.Filter to obtain the data.Returns the enum constant of this class with the specified name.static ConfigManager.ConfigObjectClass[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALL_CONFIG
The data tree under the "cn=config" object. -
DSA_CONFIG
Configuration data in the object isodeDSAConfiguration. -
GDAM
GDAM data in the objects of type gdam. -
PEER_DSA
Peer DSA data in the objects of type isodePeerDSA. -
OCSP_CONFIG
Peer DSA data in the objects of type isodePeerDSA. -
SHADOW_AGREEMENT
Shadow agreement data in the objects of type isodeShadowAgreement. -
FAILOVER_CONFIG
Failover config data in the object of type isodeFailoverConfiguration. -
MESH_CONFIG
MESH configuration data in the object of type isodeMESHConfiguration. -
MESH_AGREEMENT_STATE
MESH agreement monitoring information in objects of type isodeMESHAgreementState. -
LDAP_CHANGELOG
LDAP changelog information -
OAUTH_CONFIG
OAuth configuration information -
KNOWLEDGE
Knowledge references (naming contexts, subordinate references, cross-references, admin points and subentries) below the root DN.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getDN
DN of object holding the data.- Returns:
- DN of object holding the data.
-
getFilter
Filter to obtain the data.- Returns:
- Filter to obtain the data.
-