Interface DseeCompatAccessControlHandlerCfgClient

  • All Superinterfaces:
    AccessControlHandlerCfgClient, ConfigurationClient

    public interface DseeCompatAccessControlHandlerCfgClient
    extends AccessControlHandlerCfgClient
    A client-side interface for reading and modifying Dsee Compat Access Control Handler settings.

    The Dsee Compat Access Control Handler provides an implementation that uses syntax compatible with the Sun Java System Directory Server Enterprise Edition access control handlers.

    • Method Detail

      • getGlobalACI

        SortedSet<String> getGlobalACI()
        Gets the "global-aci" property.

        Defines global access control rules.

        Global access control rules apply to all entries anywhere in the data managed by the OpenDJ directory server. The global access control rules may be overridden by more specific access control rules placed in the data.

        Returns:
        Returns the values of the "global-aci" property.
      • setGlobalACI

        void setGlobalACI​(Collection<String> values)
                   throws PropertyException
        Sets the "global-aci" property.

        Defines global access control rules.

        Global access control rules apply to all entries anywhere in the data managed by the OpenDJ directory server. The global access control rules may be overridden by more specific access control rules placed in the data.

        Parameters:
        values - The values of the "global-aci" property.
        Throws:
        PropertyException - If one or more of the new values are invalid.
      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the Dsee Compat Access Control Handler implementation.

        Specified by:
        getJavaClass in interface AccessControlHandlerCfgClient
        Returns:
        Returns the value of the "java-class" property.
      • setJavaClass

        void setJavaClass​(String value)
                   throws PropertyException
        Sets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the Dsee Compat Access Control Handler implementation.

        Specified by:
        setJavaClass in interface AccessControlHandlerCfgClient
        Parameters:
        value - The value of the "java-class" property.
        Throws:
        PropertyException - If the new value is invalid.