Package com.elo.flows.api.components.connection


package com.elo.flows.api.components.connection
  • Class
    Description
    A method within a connection provider marked with this annotation will be used as instantiator for new connections.
    This annotation helps to provide additional information about the input type needed in the method annotated with Create.
    A method marked with this annotation will be used to destroy a provided connection if destruction is necessary.
    A method in a connection provider marked with this annotation may be called in the credential setting process.
    A method in a connection provider marked with this annotation will be called to refresh a connection if necessary
    a method in a connection provider marked with this annotation may be used to validate credential input.
    Validation class that can be used in an AuthenticationProvider