Package io.datarouter.secretweb.web
Class SecretClientSupplierConfigDto
java.lang.Object
io.datarouter.secretweb.web.SecretClientSupplierConfigDto
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSecretClientSupplierConfigDto(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)
-