- getAlgorithm() - Method in class org.apache.oltu.oauth2.jwt.Header
-
Returns the alg JWT Header parameter.
- getAssertion() - Method in class org.apache.oltu.oauth2.jwt.request.JWTOAuthRequest
-
- getAudience() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
-
Returns the first audience of the aud JWT Claims Set
parameter.
- getAudiences() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
-
Returns the aud JWT Claims Set parameter.
- getClaimsSet() - Method in class org.apache.oltu.oauth2.jwt.JWT
-
Get the JWT Claims Set as defined in the 6.1 section of the JWT specification.
- getContentType() - Method in class org.apache.oltu.oauth2.jwt.Header
-
Returns the cty JWT Header parameter.
- getExpirationTime() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
-
Returns the exp JWT Claims Set parameter.
- getHeader() - Method in class org.apache.oltu.oauth2.jwt.JWT
-
Get the JWT Header as defined in the 6.1 section of the JWT specification.
- getIssuedAt() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
-
Returns the iat JWT Claims Set parameter.
- getIssuer() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
-
Returns the iss JWT Claims Set parameter.
- getJwdId() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
-
Returns the jti JWT Claims Set parameter.
- getNotBefore() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
-
Returns the nbf JWT Claims Set parameter.
- getRawString() - Method in class org.apache.oltu.oauth2.jwt.JWT
-
Get the JWT raw string.
- getSignature() - Method in class org.apache.oltu.oauth2.jwt.JWT
-
Get the JWT Signature.
- getSubject() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
-
Returns the sub JWT Claims Set parameter.
- getType() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
-
Returns the typ JWT Claims Set parameter.
- getType() - Method in class org.apache.oltu.oauth2.jwt.Header
-
Returns the typ JWT Header parameter.