Annotation Type DirectoryProxyServerExtension


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface DirectoryProxyServerExtension
    This annotation type may be used to indicate that the marked class represents an API that can be used to create an extension for use in the Directory Proxy Server (which may also be referred to as the Directory Proxy Server).
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      boolean appliesToLocalContent
      Indicates whether this extension applies to content which exists locally within the Directory Proxy Server (e.g., configuration or monitor data).
      boolean appliesToRemoteContent
      Indicates whether this extension applies to remote content which exists in backend servers.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String notes
      A set of notes about the usage of this API in the Directory Proxy Server.
    • Element Detail

      • appliesToLocalContent

        boolean appliesToLocalContent
        Indicates whether this extension applies to content which exists locally within the Directory Proxy Server (e.g., configuration or monitor data).
        Returns:
        true if extension applies to local content, false otherwise
      • appliesToRemoteContent

        boolean appliesToRemoteContent
        Indicates whether this extension applies to remote content which exists in backend servers.
        Returns:
        true if extension applies to remote content, false otherwise
      • notes

        java.lang.String notes
        A set of notes about the usage of this API in the Directory Proxy Server.
        Returns:
        Notes about the usage of this API in the Directory Proxy Server
        Default:
        ""