Interface DuoIntegration

All Superinterfaces:
PrincipalSupportingComponent
All Known Implementing Classes:
BasicDuoIntegration

public interface DuoIntegration extends PrincipalSupportingComponent
Interface to a particular Duo integration point.
Since:
3.3.0
  • Method Details

    • getAPIHost

      @Nonnull @NotEmpty String getAPIHost()
      Get the name of the API host to contact.
      Returns:
      name of API host
    • getApplicationKey

      @Nullable @NotEmpty String getApplicationKey()
      Get the application key.
      Returns:
      the application key
    • getIntegrationKey

      @Nonnull @NotEmpty String getIntegrationKey()
      Get the integration key.
      Returns:
      the integration key
    • getSecretKey

      @Nonnull @NotEmpty String getSecretKey()
      Get the secret key.
      Returns:
      the secret key