|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadOnlyJWTClaimsSet
Read-only view of a JWTClaimsSet.
| Method Summary | |
|---|---|
String[] |
getAudienceClaim()
Gets the audience ( aud) clam. |
Object |
getCustomClaim(String name)
Gets a custom (non-reserved) claim. |
Map<String,Object> |
getCustomClaims()
Gets the custom (non-reserved) claims. |
long |
getExpirationTimeClaim()
Gets the expiration time ( exp) claim. |
long |
getIssuedAtClaim()
Gets the issued-at ( iat) claim. |
String |
getIssuerClaim()
Gets the issuer ( iss) claim. |
String |
getJWTIDClaim()
Gets the JWT ID ( jti) claim. |
long |
getNotBeforeClaim()
Gets the not-before ( nbf) claim. |
String |
getSubjectClaim()
Gets the subject ( sub) claim. |
String |
getTypeClaim()
Gets the type ( typ) claim. |
net.minidev.json.JSONObject |
toJSONObject()
Returns the JSON object representation of the claims set. |
| Method Detail |
|---|
String getIssuerClaim()
iss) claim.
null if not specified.String getSubjectClaim()
sub) claim.
null if not specified.String[] getAudienceClaim()
aud) clam.
null if not specified.long getExpirationTimeClaim()
exp) claim.
long getNotBeforeClaim()
nbf) claim.
long getIssuedAtClaim()
iat) claim.
String getJWTIDClaim()
jti) claim.
null if not specified.String getTypeClaim()
typ) claim.
null if not specified.Object getCustomClaim(String name)
name - The name of the custom claim. Must not be null.
null if not specified.Map<String,Object> getCustomClaims()
net.minidev.json.JSONObject toJSONObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||