Annotation Interface Prepare


@Target(METHOD) @Retention(RUNTIME) public @interface Prepare
A method in a connection provider marked with this annotation may be called in the credential setting process. An example where this is needed is process in an OAuth20 authorization. Currently only input types marked with @CredentialInfo and type "OAUTH20" support this method