Class BearerAuthenticationMechanism

    • Field Detail

      • UNAUTHORIZED_CHALLENGE

        protected static final ChallengeData UNAUTHORIZED_CHALLENGE
    • Constructor Detail

      • BearerAuthenticationMechanism

        public BearerAuthenticationMechanism()
    • Method Detail

      • authenticate

        public io.smallrye.mutiny.Uni<io.quarkus.security.identity.SecurityIdentity> authenticate​(io.vertx.ext.web.RoutingContext context,
                                                                                                  io.quarkus.security.identity.IdentityProviderManager identityProviderManager,
                                                                                                  OidcTenantConfig oidcTenantConfig)
      • getChallenge

        public io.smallrye.mutiny.Uni<ChallengeData> getChallenge​(io.vertx.ext.web.RoutingContext context)