public class JsonWebTokenImpl
extends javax.security.enterprise.CallerPrincipal
implements org.eclipse.microprofile.jwt.JsonWebToken
JsonWebToken.| Constructor and Description |
|---|
JsonWebTokenImpl(String callerName,
Map<String,javax.json.JsonValue> claims) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getClaim(String claimName) |
Set<String> |
getClaimNames() |
Map<String,javax.json.JsonValue> |
getClaims() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic <T> T getClaim(String claimName)
getClaim in interface org.eclipse.microprofile.jwt.JsonWebTokenCopyright © 2019. All rights reserved.