Uses of Class
io.datarouter.secret.op.SecretOpType
| Package | Description |
|---|---|
| io.datarouter.secret.config | |
| io.datarouter.secret.op |
-
Uses of SecretOpType in io.datarouter.secret.config
Methods in io.datarouter.secret.config that return types with arguments of type SecretOpType Modifier and Type Method Description java.util.Set<SecretOpType>SecretClientConfig. getAllowedOps() -
Uses of SecretOpType in io.datarouter.secret.op
Fields in io.datarouter.secret.op declared as SecretOpType Modifier and Type Field Description SecretOpTypeSecretOpInfo. opMethods in io.datarouter.secret.op that return SecretOpType Modifier and Type Method Description SecretOpTypeSecretOpType. fromPersistentString(java.lang.String string)static SecretOpTypeSecretOpType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SecretOpType[]SecretOpType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.datarouter.secret.op with parameters of type SecretOpType Constructor Description SecretOpInfo(SecretOpType op, java.lang.String namespace, java.lang.String name, SecretOpReason reason)SecretOpInfo(SecretOpType op, java.lang.String namespace, java.lang.String name, SecretOpReason reason, boolean shouldRecord)SecretOpInfo(SecretOpType op, java.lang.String namespace, java.lang.String name, SecretOpReason reason, boolean shouldRecord, java.util.Optional<java.lang.String> targetSecretClientConfig)SecretOpInfo(SecretOpType op, java.lang.String namespace, java.lang.String name, SecretOpReason reason, java.util.Optional<java.lang.String> targetSecretClientConfig)