Class HeaderIdentityProvider

java.lang.Object
io.stargate.sgv2.api.common.security.HeaderIdentityProvider
All Implemented Interfaces:
io.quarkus.security.identity.IdentityProvider<HeaderAuthenticationRequest>

public class HeaderIdentityProvider extends Object implements io.quarkus.security.identity.IdentityProvider<HeaderAuthenticationRequest>
Identity provider that works with the HeaderAuthenticationRequest.

Note that this provider creates an identity with a Principal containing the value of the authentication header.

  • Constructor Details

    • HeaderIdentityProvider

      public HeaderIdentityProvider()
  • Method Details