|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=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 Identity Proxy).
Required Element Summary | |
---|---|
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 | |
---|---|
java.lang.String |
notes
A set of notes about the usage of this API in the Directory Proxy Server. |
Element Detail |
---|
public abstract boolean appliesToLocalContent
public abstract boolean appliesToRemoteContent
public abstract java.lang.String notes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |