Package io.jmix.flowui.accesscontext
Class FlowuiShowScreenContext
java.lang.Object
io.jmix.flowui.accesscontext.FlowuiShowScreenContext
- All Implemented Interfaces:
- AccessContext
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns a human-readable explanation of constraints applied to the current context instance for logging of authorization decisions.booleanvoid
- 
Field Details- 
screenId
- 
permittedprotected boolean permitted
 
- 
- 
Constructor Details- 
FlowuiShowScreenContext
 
- 
- 
Method Details- 
getScreenId
- 
setDeniedpublic void setDenied()
- 
isPermittedpublic boolean isPermitted()
- 
explainConstraintsDescription copied from interface:AccessContextReturns 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:
- explainConstraintsin interface- AccessContext
 
 
-