Uses of Class
io.datarouter.secret.client.Secret
| Package | Description |
|---|---|
| io.datarouter.secret.client | |
| io.datarouter.secret.client.local | |
| io.datarouter.secret.client.memory |
-
Uses of Secret in io.datarouter.secret.client
Methods in io.datarouter.secret.client that return Secret Modifier and Type Method Description SecretSecretClient. read(java.lang.String name)Methods in io.datarouter.secret.client with parameters of type Secret Modifier and Type Method Description voidSecretClient. create(Secret secret)write the specifiedSecretto the secret storage for the first timevoidSecretClient. update(Secret secret)update the current value of theSecretin the secret storagestatic voidSecret. validateSecret(Secret secret)default voidSecretClient. validateSecret(Secret secret)validate the providedSecretaccording to the rules of the secret storage -
Uses of Secret in io.datarouter.secret.client.local
Methods in io.datarouter.secret.client.local that return Secret Modifier and Type Method Description SecretLocalStorageSecretClient. read(java.lang.String name) -
Uses of Secret in io.datarouter.secret.client.memory
Methods in io.datarouter.secret.client.memory that return Secret Modifier and Type Method Description SecretMemorySecretClient. read(java.lang.String name)