static SecretHandlerOpResultDto |
SecretHandlerOpResultDto.denied(String message) |
|
static SecretHandlerOpResultDto |
SecretHandlerOpResultDto.error(String message) |
|
SecretHandlerOpResultDto |
SecretHandler.handle(SecretHandlerOpRequestDto requestDto) |
|
static SecretHandlerOpResultDto |
SecretHandlerOpResultDto.list(List<String> appSecretNames,
List<String> sharedSecretNames) |
|
static SecretHandlerOpResultDto |
SecretHandlerOpResultDto.read(String secretValue) |
|
static SecretHandlerOpResultDto |
SecretHandlerOpResultDto.success() |
|