Interface Configuration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Class<? extends Configuration> configurationClass()
      Gets the configuration class associated with this configuration.
      org.forgerock.opendj.ldap.DN dn()
      Gets the DN of the LDAP entry associated with this configuration.
      String name()
      Gets the RDN value of the LDAP entry associated with this configuration.
    • Method Detail

      • dn

        org.forgerock.opendj.ldap.DN dn()
        Gets the DN of the LDAP entry associated with this configuration.
        Returns:
        The DN of the LDAP entry associated with this configuration.
      • name

        String name()
        Gets the RDN value of the LDAP entry associated with this configuration.
        Returns:
        The RDN value of the LDAP entry associated with this configuration.
      • configurationClass

        Class<? extends Configuration> configurationClass()
        Gets the configuration class associated with this configuration.
        Returns:
        Returns the configuration class associated with this configuration.