mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
16.40.2016 8a7ff716fed166cd42ec42faaabb7d70e317f884
opendj-config/src/main/java/org/forgerock/opendj/config/Configuration.java
@@ -25,12 +25,18 @@
    /**
     * Gets the DN of the LDAP entry associated with this configuration.
     *
     * @return Returns the DN of the LDAP entry associated with this
     *         configuration.
     * @return The DN of the LDAP entry associated with this configuration.
     */
    DN dn();
    /**
     * Gets the RDN value of the LDAP entry associated with this configuration.
     *
     * @return The RDN value of the LDAP entry associated with this configuration.
     */
    String name();
    /**
     * Gets the configuration class associated with this configuration.
     *
     * @return Returns the configuration class associated with this