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 Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Uni<io.quarkus.security.identity.SecurityIdentity>
     
  • Method Details

    • authenticate

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