Uses of Class
com.zerodeplibs.webpush.jwt.VAPIDJWTParam.Builder
-
Packages that use VAPIDJWTParam.Builder Package Description com.zerodeplibs.webpush.jwt Provides the classes and interfaces used to generate JSON Web Token (JWT) for the Voluntary Application Server Identification (VAPID). -
-
Uses of VAPIDJWTParam.Builder in com.zerodeplibs.webpush.jwt
Methods in com.zerodeplibs.webpush.jwt that return VAPIDJWTParam.Builder Modifier and Type Method Description VAPIDJWTParam.BuilderVAPIDJWTParam.Builder. additionalClaim(String name, Object value)Specifies an additional claim.VAPIDJWTParam.BuilderVAPIDJWTParam.Builder. expirationTime(Instant expirationTime)Specifies the time at which a JWT for VAPID expires.VAPIDJWTParam.BuilderVAPIDJWTParam.Builder. expiresAfter(int expiresAfter, TimeUnit timeUnit)Specifies the time after which a JWT for VAPID expires.static VAPIDJWTParam.BuilderVAPIDJWTParam. getBuilder()Gets a newVAPIDJWTParam.Builder.VAPIDJWTParam.BuilderVAPIDJWTParam.Builder. resourceURL(URL resourceURL)Specifies a push resource URL from which the origin is extracted.VAPIDJWTParam.BuilderVAPIDJWTParam.Builder. resourceURLString(String resourceURLString)Specifies a push resource URL from which the origin is extracted.VAPIDJWTParam.BuilderVAPIDJWTParam.Builder. subject(String subject)Specifies a subject.
-