Package io.datarouter.secretweb.web
Interface SecretHandlerPermissions
- All Known Implementing Classes:
DefaultSecretHandlerPermissions
public interface SecretHandlerPermissions
Use this interface to enable
Secret ops through SecretHandler.-
Method Summary
Modifier and Type Method Description booleanisAuthorized(io.datarouter.web.user.session.service.Session session, SecretHandlerOpRequestDto.SecretOpDto secretOp)
-
Method Details
-
isAuthorized
boolean isAuthorized(io.datarouter.web.user.session.service.Session session, SecretHandlerOpRequestDto.SecretOpDto secretOp)
-