Package | Description |
---|---|
org.forgerock.selfservice.stages.tokenhandlers |
This package contains some common snapshot token handler implementations.
|
Modifier and Type | Method and 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).
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.