Annotation Type BrokerExtension
-
@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface BrokerExtension
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 Ping Identity PingAuthorize Server.
-
-
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 PingAuthorize Server.
-
-
-
Element Detail
-
notes
java.lang.String notes
A set of notes about the usage of this API in the PingAuthorize Server.- Returns:
- Notes about the usage of this API in the PingAuthorize Server
- Default:
- ""
-
-