|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadOnlyJWTClaimsSet | |
|---|---|
| com.nimbusds.jwt | JSON Web Token (JWT) classes. |
| Uses of ReadOnlyJWTClaimsSet in com.nimbusds.jwt |
|---|
| Classes in com.nimbusds.jwt that implement ReadOnlyJWTClaimsSet | |
|---|---|
class |
JWTClaimsSet
JSON Web Token (JWT) claims set. |
| Methods in com.nimbusds.jwt that return ReadOnlyJWTClaimsSet | |
|---|---|
ReadOnlyJWTClaimsSet |
JWT.getJWTClaimsSet()
Gets the claims set of the JSON Web Token (JWT). |
ReadOnlyJWTClaimsSet |
SignedJWT.getJWTClaimsSet()
|
ReadOnlyJWTClaimsSet |
PlainJWT.getJWTClaimsSet()
|
ReadOnlyJWTClaimsSet |
EncryptedJWT.getJWTClaimsSet()
|
| Constructors in com.nimbusds.jwt with parameters of type ReadOnlyJWTClaimsSet | |
|---|---|
EncryptedJWT(JWEHeader header,
ReadOnlyJWTClaimsSet claimsSet)
Creates a new to-be-encrypted JSON Web Token (JWT) with the specified header and claims set. |
|
PlainJWT(PlainHeader header,
ReadOnlyJWTClaimsSet claimsSet)
Creates a new plain JSON Web Token (JWT) with the specified header and claims set. |
|
SignedJWT(JWSHeader header,
ReadOnlyJWTClaimsSet claimsSet)
Creates a new to-be-signed JSON Web Token (JWT) with the specified header and claims set. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||