Uses of Class
iu.crypt.JwtBuilder
Packages that use JwtBuilder
-
Uses of JwtBuilder in iu.auth.session
Subclasses of JwtBuilder in iu.auth.sessionModifier and TypeClassDescription(package private) classExtendsJwtBuilderto add claims values for use withSession. -
Uses of JwtBuilder in iu.crypt
Classes in iu.crypt with type parameters of type JwtBuilderModifier and TypeClassDescriptionclassJwtBuilder<B extends JwtBuilder<B>>Mutable builder implementation for programmatically constructing newJwtinstances.