Uses of Interface
edu.iu.crypt.WebToken
Packages that use WebToken
Package
Description
Web cryptography public interfaces.
-
Uses of WebToken in edu.iu.crypt
Methods in edu.iu.crypt that return WebTokenModifier and TypeMethodDescriptionWebTokenBuilder.build()Builds aWebTokeninstance based on provided claim values.static WebTokenWebToken.decryptAndVerify(String jwt, WebKey issuerKey, WebKey audienceKey) Decrypts and verifies a signed JSON Web Token (JWT).static WebTokenVerifies a signed JSON Web Token (JWT). -
Uses of WebToken in iu.auth.config
Classes in iu.auth.config that implement WebTokenModifier and TypeClassDescriptionclassExtendsJwtto include OIDC ID token claim validation.classExposes claims specific to authorizing EJB invocation.Methods in iu.auth.config that return WebTokenModifier and TypeMethodDescriptionprotected WebTokenOAuthAccessTokenGrant.validateJwt(String accessToken) Validates a JWT access token.Methods in iu.auth.config with parameters of type WebTokenModifier and TypeMethodDescriptionprotected abstract voidOAuthAccessTokenGrant.verifyToken(WebToken jwt) Performs post-verification of validated JWT claims.protected voidOidcAuthorizationGrant.verifyToken(WebToken jwt) -
Uses of WebToken in iu.auth.session
Classes in iu.auth.session that implement WebToken -
Uses of WebToken in iu.crypt
Modifier and TypeClassDescriptionclassImmutableWebTokenwith JWT signing, signature verification, and encryption methods. -
Uses of WebToken in iu.crypt.spi
Methods in iu.crypt.spi that return WebTokenModifier and TypeMethodDescriptionIuCryptSpi.decryptAndVerifyJwt(String jwt, WebKey issuerKey, WebKey audienceKey) ImplementsdecryptAndVerify(String, WebKey, WebKey)Implementsverify(String, WebKey)