Uses of Enum Class
io.datarouter.secretweb.web.SecretHandlerOpRequestDto.SecretOpDto
Packages that use SecretHandlerOpRequestDto.SecretOpDto
-
Uses of SecretHandlerOpRequestDto.SecretOpDto in io.datarouter.secretweb.web
Fields in io.datarouter.secretweb.web declared as SecretHandlerOpRequestDto.SecretOpDtoFields in io.datarouter.secretweb.web with type parameters of type SecretHandlerOpRequestDto.SecretOpDtoModifier and TypeFieldDescriptionSecretClientSupplierConfigDto.allowedOpsSecretClientSupplierConfigDto.allowedOpsMethods in io.datarouter.secretweb.web that return SecretHandlerOpRequestDto.SecretOpDtoModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SecretHandlerOpRequestDto.SecretOpDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.datarouter.secretweb.web with parameters of type SecretHandlerOpRequestDto.SecretOpDtoModifierConstructorDescriptionSecretHandlerOpRequestDto(String configName, SecretHandlerOpRequestDto.SecretOpDto op, String name, String value, String secretClass) Constructor parameters in io.datarouter.secretweb.web with type arguments of type SecretHandlerOpRequestDto.SecretOpDtoModifierConstructorDescriptionSecretClientSupplierConfigDto(String configName, String supplierClass, Map<SecretHandlerOpRequestDto.SecretOpDto, SecretHandlerOpRequestDto.SecretOpDto> allowedOps, Map<String, String> allowedNames) SecretClientSupplierConfigDto(String configName, String supplierClass, Map<SecretHandlerOpRequestDto.SecretOpDto, SecretHandlerOpRequestDto.SecretOpDto> allowedOps, Map<String, String> allowedNames)