Skip navigation links
A B C D G I J S V 

A

AccessTokenVerifier - Interface in com.okta.jwt
An AccessTokenVerifier can be used to validate Okta's OAuth 2.0 access tokens client side.
AccessTokenVerifier.Builder - Interface in com.okta.jwt
Builder interface used to simplify construction of a AccessTokenVerifier.
accessTokenVerifierBuilder() - Static method in class com.okta.jwt.JwtVerifiers
Creates an instance of AccessTokenVerifier.Builder.

B

build() - Method in interface com.okta.jwt.VerifierBuilderSupport
Constructs a JWT Verifier.

C

com.okta.jwt - package com.okta.jwt
 

D

decode(String) - Method in interface com.okta.jwt.AccessTokenVerifier
Validates the given accessToken.
decode(String, String) - Method in interface com.okta.jwt.IdTokenVerifier
Validates the given idToken.

G

getClaims() - Method in interface com.okta.jwt.Jwt
Returns the token body clams as Map.
getExpiresAt() - Method in interface com.okta.jwt.Jwt
Returns the `exp` claim value as an Instant.
getIssuedAt() - Method in interface com.okta.jwt.Jwt
Returns the `iat` claim value as an Instant.
getTokenValue() - Method in interface com.okta.jwt.Jwt
Returns the original string representation of this JWT.

I

IdTokenVerifier - Interface in com.okta.jwt
 
IdTokenVerifier.Builder - Interface in com.okta.jwt
Builder interface used to simplify construction of a IdTokenVerifier.
idTokenVerifierBuilder() - Static method in class com.okta.jwt.JwtVerifiers
Creates an instance of IdTokenVerifier.Builder.

J

Jwt - Interface in com.okta.jwt
A Jwt object represents the claims Body of a JWT object.
JwtVerificationException - Exception in com.okta.jwt
Thrown if a JWT is invalid or expired.
JwtVerificationException(String) - Constructor for exception com.okta.jwt.JwtVerificationException
 
JwtVerificationException(String, Throwable) - Constructor for exception com.okta.jwt.JwtVerificationException
 
JwtVerifiers - Class in com.okta.jwt
Utility class to help load implementations of IdTokenVerifier.Builder and AccessTokenVerifier.Builder.

S

setAudience(String) - Method in interface com.okta.jwt.AccessTokenVerifier.Builder
Sets the audience the verifier will expect.
setClientId(String) - Method in interface com.okta.jwt.IdTokenVerifier.Builder
Sets the clienId the verifier will expect.
setConnectionTimeout(Duration) - Method in interface com.okta.jwt.VerifierBuilderSupport
Sets the connectionTimeout for the verifier.
setIssuer(String) - Method in interface com.okta.jwt.VerifierBuilderSupport
Sets the issuer the verifier will expect.
setLeeway(Duration) - Method in interface com.okta.jwt.VerifierBuilderSupport
Sets the leeway the verifier will allow.
setProxyHost(String) - Method in interface com.okta.jwt.VerifierBuilderSupport
Sets the proxy host used for the configured HTTP proxy.
setProxyPassword(String) - Method in interface com.okta.jwt.VerifierBuilderSupport
Sets the proxy password used for the configured HTTP proxy.
setProxyPort(int) - Method in interface com.okta.jwt.VerifierBuilderSupport
Sets the proxy port used for the configured HTTP proxy.
setProxyUsername(String) - Method in interface com.okta.jwt.VerifierBuilderSupport
Sets the proxy username used for the configured HTTP proxy.
setRetryMaxAttempts(int) - Method in interface com.okta.jwt.VerifierBuilderSupport
Sets the retryMaxAttempts the verifier will allow when making HTTP requests to the "keys" endpoint.
setRetryMaxElapsed(Duration) - Method in interface com.okta.jwt.VerifierBuilderSupport
Sets the retryMaxElapsed the verifier will allow when making HTTP requests to the "keys" endpoint.

V

VerifierBuilderSupport<B extends VerifierBuilderSupport,R> - Interface in com.okta.jwt
JWT Verifier Builder support class (defines common properties used for general JWT validation).
A B C D G I J S V 
Skip navigation links

Copyright © 2017–2020 Okta. All rights reserved.