Package io.jmix.ui.accesscontext
Class UiShowScreenContext
java.lang.Object
io.jmix.ui.accesscontext.UiShowScreenContext
- 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
-
screenId
-
permitted
protected boolean permitted
-
-
Constructor Details
-
UiShowScreenContext
-
-
Method Details
-
getScreenId
-
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
-