Uses of Interface
edu.iu.crypt.WebTokenBuilder
Packages that use WebTokenBuilder
Package
Description
Web cryptography public interfaces.
-
Uses of WebTokenBuilder in edu.iu.crypt
Methods in edu.iu.crypt that return WebTokenBuilderModifier and TypeMethodDescriptionSets the token audience URIs.static WebTokenBuilderWebToken.builder()Gets a mutableWebTokenBuilderinstance.Sets the time after which the JWT should not be accepted.WebTokenBuilder.iat()Indicates thatbuild()should set the issued at time to the current time.Sets the token issuer URI.WebTokenBuilder.jti()Generates a unique token identifier.Provides a specific token identifier.Sets the time before which the JWT should not be accepted.Sets the nonce claim.Sets the subject of the JWT. -
Uses of WebTokenBuilder in iu.auth.session
Classes in iu.auth.session that implement WebTokenBuilderModifier and TypeClassDescription(package private) classExtendsJwtBuilderto add claims values for use withSession. -
Uses of WebTokenBuilder in iu.crypt
Classes in iu.crypt that implement WebTokenBuilderModifier and TypeClassDescriptionclassJwtBuilder<B extends JwtBuilder<B>>Mutable builder implementation for programmatically constructing newJwtinstances.Methods in iu.crypt that return WebTokenBuilder -
Uses of WebTokenBuilder in iu.crypt.spi
Methods in iu.crypt.spi that return WebTokenBuilder