Annotation Interface CredentialsProviderService
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@MappedService(CredentialsProvider.class)
public @interface CredentialsProviderService
Annotation to express that the annotated class is an implementation of a
CredentialsProvider.
The value is the name of the authentication method, as configured by the
"authentication" key in backend.properties.
Implementations of CredentialsProvider must provide a public no-arg constructor.
-
Required Element Summary
Required Elements
-
Element Details
-
value
-