Interface TenantIdentityProvider


  • public interface TenantIdentityProvider
    Tenant-specific SecurityIdentity provider. Associated tenant configuration needs to be selected with the TenantFeature qualifier. When injection point is not annotated with the TenantFeature qualifier, default tenant is selected.
    • Method Detail

      • authenticate

        io.smallrye.mutiny.Uni<io.quarkus.security.identity.SecurityIdentity> authenticate​(AccessTokenCredential token)