Uses of Class
io.jans.as.server.model.token.JwtSigner
-
Packages that use JwtSigner Package Description io.jans.as.server.model.common io.jans.as.server.model.token io.jans.as.server.service.external.context -
-
Uses of JwtSigner in io.jans.as.server.model.common
Methods in io.jans.as.server.model.common that return JwtSigner Modifier and Type Method Description JwtSigner
AuthorizationGrant. createAccessTokenAsJwt(AccessToken accessToken, ExecutionContext context)
-
Uses of JwtSigner in io.jans.as.server.model.token
Methods in io.jans.as.server.model.token that return JwtSigner Modifier and Type Method Description static JwtSigner
JwtSigner. newJwtSigner(io.jans.as.model.configuration.AppConfiguration appConfiguration, io.jans.as.model.jwk.JSONWebKeySet webKeys, io.jans.as.common.model.registration.Client client)
static JwtSigner
JwtSigner. newJwtSigner(io.jans.as.model.configuration.AppConfiguration appConfiguration, io.jans.as.model.jwk.JSONWebKeySet webKeys, io.jans.as.common.model.registration.Client client, String decryptedSecret)
-
Uses of JwtSigner in io.jans.as.server.service.external.context
Methods in io.jans.as.server.service.external.context that return JwtSigner Modifier and Type Method Description JwtSigner
ExternalUpdateTokenContext. getJwtSigner()
Methods in io.jans.as.server.service.external.context with parameters of type JwtSigner Modifier and Type Method Description static ExternalUpdateTokenContext
ExternalUpdateTokenContext. of(ExecutionContext executionContext, JwtSigner jwtSigner)
void
ExternalUpdateTokenContext. setJwtSigner(JwtSigner jwtSigner)
-