Package org.apache.oltu.oauth2.jwt
Class JWT
java.lang.Object
org.apache.oltu.oauth2.jwt.JWT
This class contains constants used in the JWT implementation.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the JWT Claims Set as defined in the 6.1 section of the JWT specification.Get the JWT Header as defined in the 6.1 section of the JWT specification.Get the JWT raw string.Get the JWT Signature.toString()
-
Method Details
-
getHeader
Get the JWT Header as defined in the 6.1 section of the JWT specification.- Returns:
- the JWT Header.
-
getClaimsSet
Get the JWT Claims Set as defined in the 6.1 section of the JWT specification.- Returns:
- the JWT Claims Set
-
getSignature
Get the JWT Signature.- Returns:
- the JWT Signature.
-
getRawString
Get the JWT raw string.- Returns:
- the JWT raw string
-
toString
-