Uses of Class
io.datarouter.secretweb.web.SecretHandlerOpRequestDto.SecretOpDto
| Package | Description |
|---|---|
| io.datarouter.secretweb.web |
-
Uses of SecretHandlerOpRequestDto.SecretOpDto in io.datarouter.secretweb.web
Fields in io.datarouter.secretweb.web declared as SecretHandlerOpRequestDto.SecretOpDto Modifier and Type Field Description SecretHandlerOpRequestDto.SecretOpDtoSecretHandlerOpRequestDto. opFields in io.datarouter.secretweb.web with type parameters of type SecretHandlerOpRequestDto.SecretOpDto Modifier and Type Field Description Map<SecretHandlerOpRequestDto.SecretOpDto,SecretHandlerOpRequestDto.SecretOpDto>SecretClientSupplierConfigDto. allowedOpsMap<SecretHandlerOpRequestDto.SecretOpDto,SecretHandlerOpRequestDto.SecretOpDto>SecretClientSupplierConfigDto. allowedOpsMethods in io.datarouter.secretweb.web that return SecretHandlerOpRequestDto.SecretOpDto Modifier and Type Method Description static SecretHandlerOpRequestDto.SecretOpDtoSecretHandlerOpRequestDto.SecretOpDto. valueOf(String name)Returns the enum constant of this type with the specified name.static SecretHandlerOpRequestDto.SecretOpDto[]SecretHandlerOpRequestDto.SecretOpDto. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.datarouter.secretweb.web with parameters of type SecretHandlerOpRequestDto.SecretOpDto Constructor Description SecretHandlerOpRequestDto(String configName, SecretHandlerOpRequestDto.SecretOpDto op, String name, String value, String secretClass)Constructor parameters in io.datarouter.secretweb.web with type arguments of type SecretHandlerOpRequestDto.SecretOpDto Constructor Description SecretClientSupplierConfigDto(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)