Package io.jmix.flowui.accesscontext
Class FlowuiShowViewContext
java.lang.Object
io.jmix.flowui.accesscontext.FlowuiShowViewContext
- All Implemented Interfaces:
AccessContext
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a human-readable explanation of constraints applied to the current context instance for logging of authorization decisions.boolean
void
-
Field Details
-
viewId
-
permitted
protected boolean permitted
-
-
Constructor Details
-
FlowuiShowViewContext
-
-
Method Details
-
getViewId
-
setDenied
public void setDenied() -
isPermitted
public boolean isPermitted() -
explainConstraints
Description copied from interface:AccessContext
Returns a human-readable explanation of constraints applied to the current context instance for logging of authorization decisions. Null if the current context does not impose any constraints.- Specified by:
explainConstraints
in interfaceAccessContext
-