@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface DirectoryProxyServerExtension
| Modifier and Type | Required Element and 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. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
notes
A set of notes about the usage of this API in the Directory Proxy Server. 
 | 
public abstract boolean appliesToLocalContent
public abstract boolean appliesToRemoteContent
public abstract java.lang.String notes