Class LambdaHttpAuthenticationMechanism

java.lang.Object
io.quarkus.amazon.lambda.http.LambdaHttpAuthenticationMechanism
All Implemented Interfaces:
HttpAuthenticationMechanism

@ApplicationScoped public class LambdaHttpAuthenticationMechanism extends Object implements HttpAuthenticationMechanism
  • Field Details

    • identityProviders

      @Inject jakarta.enterprise.inject.Instance<io.quarkus.security.identity.IdentityProvider<LambdaAuthenticationRequest>> identityProviders
    • useDefault

      boolean useDefault
    • credentialTypes

      static final Set<Class<? extends io.quarkus.security.identity.request.AuthenticationRequest>> credentialTypes
  • Constructor Details

    • LambdaHttpAuthenticationMechanism

      public LambdaHttpAuthenticationMechanism()
  • Method Details