Package io.datarouter.secretweb.web
Class SecretClientSupplierConfigDto
java.lang.Object
io.datarouter.secretweb.web.SecretClientSupplierConfigDto
public class SecretClientSupplierConfigDto extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecretClientSupplierConfigDto.SecretClientSupplierConfigsDto -
Field Summary
Fields Modifier and Type Field Description Map<String,String>allowedNamesMap<SecretHandlerOpRequestDto.SecretOpDto,SecretHandlerOpRequestDto.SecretOpDto>allowedOpsStringconfigNameStringsupplierClass -
Constructor Summary
Constructors Constructor Description SecretClientSupplierConfigDto(String configName, String supplierClass, Map<SecretHandlerOpRequestDto.SecretOpDto,SecretHandlerOpRequestDto.SecretOpDto> allowedOps, Map<String,String> allowedNames) -
Method Summary
-
Field Details
-
configName
-
supplierClass
-
allowedOps
public final Map<SecretHandlerOpRequestDto.SecretOpDto,SecretHandlerOpRequestDto.SecretOpDto> allowedOps -
allowedNames
-
-
Constructor Details
-
SecretClientSupplierConfigDto
public SecretClientSupplierConfigDto(String configName, String supplierClass, Map<SecretHandlerOpRequestDto.SecretOpDto,SecretHandlerOpRequestDto.SecretOpDto> allowedOps, Map<String,String> allowedNames)
-