Uses of Class
io.datarouter.secretweb.web.SecretHandlerOpResultDto
| Package | Description |
|---|---|
| io.datarouter.secretweb.web |
-
Uses of SecretHandlerOpResultDto in io.datarouter.secretweb.web
Methods in io.datarouter.secretweb.web that return SecretHandlerOpResultDto Modifier and Type Method Description static SecretHandlerOpResultDtoSecretHandlerOpResultDto. denied(String message)static SecretHandlerOpResultDtoSecretHandlerOpResultDto. error(String message)SecretHandlerOpResultDtoSecretHandler. handle(SecretHandlerOpRequestDto requestDto)static SecretHandlerOpResultDtoSecretHandlerOpResultDto. list(List<String> appSecretNames, List<String> sharedSecretNames)static SecretHandlerOpResultDtoSecretHandlerOpResultDto. read(String secretValue)static SecretHandlerOpResultDtoSecretHandlerOpResultDto. success()