Package org.jgrapes.webconlet.oidclogin
Class JsonWebToken
java.lang.Object
org.jgrapes.webconlet.oidclogin.JsonWebToken
The Class OidcProviderData.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JsonWebToken
public JsonWebToken()
-
-
Method Details
-
parse
Parses the given token as JWT.- Parameters:
token
- the token- Returns:
- the json web token
-
header
Gets the header.- Returns:
- the header
-
payload
Gets the payload.- Returns:
- the payload
-
signature
Gets the signature.- Returns:
- the signature
-