public class CodeJWT extends JsonWebToken
Modifier and Type | Field and Description |
---|---|
protected String |
userSessionId |
audience, expiration, id, issuedAt, issuedFor, issuer, notBefore, otherClaims, subject, type
Constructor and Description |
---|
CodeJWT() |
Modifier and Type | Method and Description |
---|---|
String |
getUserSessionId() |
CodeJWT |
userSessionId(String userSessionId) |
audience, expiration, getAudience, getExpiration, getId, getIssuedAt, getIssuedFor, getIssuer, getNotBefore, getOtherClaims, getSubject, getType, hasAudience, id, isActive, isExpired, isNotBefore, issuedAt, issuedFor, issuedNow, issuer, notBefore, setOtherClaims, setSubject, subject, type
Copyright © 2019 JBoss by Red Hat. All rights reserved.