Class JwtTestSecurityIdentityAugmentor

java.lang.Object
io.quarkus.test.security.jwt.JwtTestSecurityIdentityAugmentor
All Implemented Interfaces:
TestSecurityIdentityAugmentor

public class JwtTestSecurityIdentityAugmentor extends Object implements TestSecurityIdentityAugmentor
  • Constructor Details

    • JwtTestSecurityIdentityAugmentor

      public JwtTestSecurityIdentityAugmentor()
  • Method Details

    • augment

      public io.quarkus.security.identity.SecurityIdentity augment(io.quarkus.security.identity.SecurityIdentity identity, Annotation[] annotations)
      Specified by:
      augment in interface TestSecurityIdentityAugmentor
    • getClaimType

      protected org.eclipse.microprofile.jwt.Claims getClaimType(String claimName)