Package io.quarkus.test.security.jwt
Class JwtTestSecurityIdentityAugmentor
- java.lang.Object
-
- io.quarkus.test.security.jwt.JwtTestSecurityIdentityAugmentor
-
- All Implemented Interfaces:
TestSecurityIdentityAugmentor
public class JwtTestSecurityIdentityAugmentor extends Object implements TestSecurityIdentityAugmentor
-
-
Constructor Summary
Constructors Constructor Description JwtTestSecurityIdentityAugmentor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.security.identity.SecurityIdentityaugment(io.quarkus.security.identity.SecurityIdentity identity, Annotation[] annotations)protected org.eclipse.microprofile.jwt.ClaimsgetClaimType(String claimName)
-
-
-
Method Detail
-
augment
public io.quarkus.security.identity.SecurityIdentity augment(io.quarkus.security.identity.SecurityIdentity identity, Annotation[] annotations)- Specified by:
augmentin interfaceTestSecurityIdentityAugmentor
-
getClaimType
protected org.eclipse.microprofile.jwt.Claims getClaimType(String claimName)
-
-