Package org.apache.oltu.oauth2.jwt
Class Header
java.lang.Object
org.apache.oltu.commons.json.CustomizableEntity
org.apache.oltu.oauth2.jwt.Header
Represents the Header as defined in the 6.1 section of the JWT specification.
-
Method Summary
Methods inherited from class org.apache.oltu.commons.json.CustomizableEntity
getCustomField, getCustomFields
-
Method Details
-
getType
Returns thetypJWT Header parameter.- Returns:
- the
typJWT Header parameter.
-
getAlgorithm
Returns thealgJWT Header parameter.- Returns:
- the
algJWT Header parameter.
-
getContentType
Returns thectyJWT Header parameter.- Returns:
- the
ctyJWT Header parameter.
-
toString
- Overrides:
toStringin classCustomizableEntity
-