Uses of Class
org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Packages that use JwtTokenHandlerConfig Package Description org.forgerock.selfservice.stages.tokenhandlers This package contains some common snapshot token handler implementations. -
-
Uses of JwtTokenHandlerConfig in org.forgerock.selfservice.stages.tokenhandlers
Methods in org.forgerock.selfservice.stages.tokenhandlers that return JwtTokenHandlerConfig Modifier and Type Method Description JwtTokenHandlerConfig
JwtTokenHandlerConfig. setEncryptionMethod(EncryptionMethod encryptionMethod)
Set the encryption method.JwtTokenHandlerConfig
JwtTokenHandlerConfig. setJweAlgorithm(JweAlgorithm jweAlgorithm)
Set the Jwe algorithm.JwtTokenHandlerConfig
JwtTokenHandlerConfig. setJwsAlgorithm(JwsAlgorithm jwsAlgorithm)
Set the Jws algorithm.JwtTokenHandlerConfig
JwtTokenHandlerConfig. setKeyPairAlgorithm(String keyPairAlgorithm)
Set the key pair algorithm.JwtTokenHandlerConfig
JwtTokenHandlerConfig. setKeyPairSize(int keyPairSize)
Set the key pair size..JwtTokenHandlerConfig
JwtTokenHandlerConfig. setSharedKey(String sharedKey)
Set the shared key.JwtTokenHandlerConfig
JwtTokenHandlerConfig. setTokenLifeTimeInSeconds(long tokenLifeTimeInSeconds)
Set the token life (seconds).
-