Uses of Class
com.nimbusds.openid.connect.provider.spi.secrets.DecodedSecret
-
Packages that use DecodedSecret Package Description com.nimbusds.openid.connect.provider.spi.secrets 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 DecodedSecret Modifier and Type Method Description static DecodedSecretDecodedSecret. createForHashedSecret(SecretVerifier verifier)Creates a new decoded hashed secret.static DecodedSecretDecodedSecret. createForPlainSecret(String plainValue)Creates a new decoded plain secret.default DecodedSecretClientSecretStoreCodec. decode(String storedValue, SecretCodecContext ctx)Decodes a client secret after retrieving it from the store.DecodedSecretDecodedSecret. withEncodedValue(String encodedValue)Returns a new decoded secret associating the specified encoded (stored) value with it.DecodedSecretDecodedSecret. withExpiration(Date expDate)Returns a new decoded secret with the specified expiration date.
-