Uses of Class
com.nimbusds.openid.connect.provider.spi.secrets.DecodedSecret
Packages that use DecodedSecret
Package
Description
Client secret encoding and decoding SPI.
-
Uses of DecodedSecret in com.nimbusds.openid.connect.provider.spi.secrets
Methods in com.nimbusds.openid.connect.provider.spi.secrets that return DecodedSecretModifier and TypeMethodDescriptionstatic DecodedSecret
DecodedSecret.createForHashedSecret
(SecretVerifier verifier) Creates a new decoded hashed secret.static DecodedSecret
DecodedSecret.createForPlainSecret
(String plainValue) Creates a new decoded plain secret.default DecodedSecret
ClientSecretStoreCodec.decode
(String storedValue, SecretCodecContext ctx) Decodes a client secret after retrieving it from the store.DecodedSecret.withEncodedValue
(@Nullable String encodedValue) Returns a new decoded secret associating the specified encoded (stored) value with it.DecodedSecret.withExpiration
(@Nullable Date expDate) Returns a new decoded secret with the specified expiration date.