Index

B C D E G H J O R S V 
All Classes and Interfaces|All Packages

B

build() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
build() - Method in class com.okta.jwt.impl.jjwt.JjwtIdTokenVerifierBuilder
 
buildJwtParser() - Method in class com.okta.jwt.impl.jjwt.JjwtIdTokenVerifier
 

C

com.okta.jwt.impl - package com.okta.jwt.impl
 
com.okta.jwt.impl.http - package com.okta.jwt.impl.http
 
com.okta.jwt.impl.jjwt - package com.okta.jwt.impl.jjwt
 
com.okta.jwt.impl.jjwt.models - package com.okta.jwt.impl.jjwt.models
 

D

decode(String) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifier
 
decode(String, JwtParser, ClaimsValidator) - Method in class com.okta.jwt.impl.jjwt.JjwtIdTokenVerifier
 
decode(String, String) - Method in class com.okta.jwt.impl.jjwt.JjwtIdTokenVerifier
 
DefaultJwt - Class in com.okta.jwt.impl
Default simple bean implementation of Jwt.
DefaultJwt(String, Instant, Instant, Map<String, Object>) - Constructor for class com.okta.jwt.impl.DefaultJwt
Creates an instance based on input from an already parsed and validated JWT.

E

equals(Object) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
equals(Object) - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
equals(Object) - Method in class com.okta.jwt.impl.jjwt.models.JwkKeys
 

G

get(URL) - Method in interface com.okta.jwt.impl.http.HttpClient
 
get(URL) - Method in class com.okta.jwt.impl.http.OktaCommonsHttpClient
 
getAlgorithm() - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
getClaims() - Method in class com.okta.jwt.impl.DefaultJwt
 
getClientId() - Method in class com.okta.jwt.impl.jjwt.JjwtIdTokenVerifierBuilder
 
getClock() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
getExpiresAt() - Method in class com.okta.jwt.impl.DefaultJwt
 
getIssuedAt() - Method in class com.okta.jwt.impl.DefaultJwt
 
getKeyId() - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
getKeys() - Method in class com.okta.jwt.impl.jjwt.models.JwkKeys
 
getKeyType() - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
getMaxHttpRetryElapsed() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
getProxyHost() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
getProxyPassword() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
getProxyPort() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
getProxyUsername() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
getPublicKeyExponent() - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
getPublicKeyModulus() - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
getPublicKeyUse() - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
getRetryMaxAttempts() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
getTokenValue() - Method in class com.okta.jwt.impl.DefaultJwt
 

H

hashCode() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
hashCode() - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
hashCode() - Method in class com.okta.jwt.impl.jjwt.models.JwkKeys
 
httpClient() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
HttpClient - Interface in com.okta.jwt.impl.http
Classes in this `impl` implementation package may change in NON backward compatible way, and should ONLY be used as a "runtime" dependency.

J

JjwtAccessTokenVerifier - Class in com.okta.jwt.impl.jjwt
Classes in this `impl` implementation package may change in NON backward compatible way, and should ONLY be used as a "runtime" dependency.
JjwtAccessTokenVerifier(String, String, Duration, SigningKeyResolver) - Constructor for class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifier
 
JjwtAccessTokenVerifier(String, String, Duration, SigningKeyResolver, Clock) - Constructor for class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifier
 
JjwtAccessTokenVerifierBuilder - Class in com.okta.jwt.impl.jjwt
Classes in this `impl` implementation package may change in NON backward compatible way, and should ONLY be used as a "runtime" dependency.
JjwtAccessTokenVerifierBuilder() - Constructor for class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
JjwtIdTokenVerifier - Class in com.okta.jwt.impl.jjwt
Classes in this `impl` implementation package may change in NON backward compatible way, and should ONLY be used as a "runtime" dependency.
JjwtIdTokenVerifier(String, String, Duration, SigningKeyResolver) - Constructor for class com.okta.jwt.impl.jjwt.JjwtIdTokenVerifier
 
JjwtIdTokenVerifierBuilder - Class in com.okta.jwt.impl.jjwt
Classes in this `impl` implementation package may change in NON backward compatible way, and should ONLY be used as a "runtime" dependency.
JjwtIdTokenVerifierBuilder() - Constructor for class com.okta.jwt.impl.jjwt.JjwtIdTokenVerifierBuilder
 
JwkKey - Class in com.okta.jwt.impl.jjwt.models
Classes in this `impl` implementation package may change in NON backward compatible way, and should ONLY be used as a "runtime" dependency.
JwkKey() - Constructor for class com.okta.jwt.impl.jjwt.models.JwkKey
 
JwkKeys - Class in com.okta.jwt.impl.jjwt.models
Classes in this `impl` implementation package may change in NON backward compatible way, and should ONLY be used as a "runtime" dependency.
JwkKeys() - Constructor for class com.okta.jwt.impl.jjwt.models.JwkKeys
 

O

OktaCommonsHttpClient - Class in com.okta.jwt.impl.http
 
OktaCommonsHttpClient(HttpClientConfiguration) - Constructor for class com.okta.jwt.impl.http.OktaCommonsHttpClient
 
OktaCommonsHttpClient(RequestExecutor) - Constructor for class com.okta.jwt.impl.http.OktaCommonsHttpClient
 

R

resolveKeysEndpoint(String) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 

S

self() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
setAlgorithm(String) - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
setAudience(String) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
setClientId(String) - Method in class com.okta.jwt.impl.jjwt.JjwtIdTokenVerifierBuilder
 
setClock(Clock) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
setConnectionTimeout(Duration) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
setIssuer(String) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
setKeyId(String) - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
setKeys(List<JwkKey>) - Method in class com.okta.jwt.impl.jjwt.models.JwkKeys
 
setKeyType(String) - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
setLeeway(Duration) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
setProxyHost(String) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
setProxyPassword(String) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
setProxyPort(int) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
setProxyUsername(String) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
setPublicKeyExponent(String) - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
setPublicKeyModulus(String) - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
setPublicKeyUse(String) - Method in class com.okta.jwt.impl.jjwt.models.JwkKey
 
setRetryMaxAttempts(int) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
setRetryMaxElapsed(Duration) - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
signingKeyResolver() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 

V

validate() - Method in class com.okta.jwt.impl.jjwt.JjwtAccessTokenVerifierBuilder
 
validate() - Method in class com.okta.jwt.impl.jjwt.JjwtIdTokenVerifierBuilder
 
B C D E G H J O R S V 
All Classes and Interfaces|All Packages