Uses of Class
io.jans.as.model.jwt.JwtClaims
-
Packages that use JwtClaims Package Description io.jans.as.model.token -
-
Uses of JwtClaims in io.jans.as.model.token
Fields in io.jans.as.model.token declared as JwtClaims Modifier and Type Field Description protected JwtClaims
JsonWebResponse. claims
Methods in io.jans.as.model.token that return JwtClaims Modifier and Type Method Description JwtClaims
JsonWebResponse. getClaims()
Methods in io.jans.as.model.token with parameters of type JwtClaims Modifier and Type Method Description void
JsonWebResponse. setClaims(JwtClaims claims)
-