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 JwtSignerAuthorizationGrant. 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 JwtSignerJwtSigner. newJwtSigner(io.jans.as.model.configuration.AppConfiguration appConfiguration, io.jans.as.model.jwk.JSONWebKeySet webKeys, io.jans.as.common.model.registration.Client client)static JwtSignerJwtSigner. 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 JwtSignerExternalUpdateTokenContext. getJwtSigner()Methods in io.jans.as.server.service.external.context with parameters of type JwtSigner Modifier and Type Method Description static ExternalUpdateTokenContextExternalUpdateTokenContext. of(ExecutionContext executionContext, JwtSigner jwtSigner)voidExternalUpdateTokenContext. setJwtSigner(JwtSigner jwtSigner)
-