Uses of Class
org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
Packages that use AuthorizationCheck Package Description org.camunda.bpm.engine.impl.db org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of AuthorizationCheck in org.camunda.bpm.engine.impl.db
Fields in org.camunda.bpm.engine.impl.db declared as AuthorizationCheck Modifier and Type Field Description protected AuthorizationCheck
ListQueryParameterObject. authCheck
Methods in org.camunda.bpm.engine.impl.db that return AuthorizationCheck Modifier and Type Method Description AuthorizationCheck
ListQueryParameterObject. getAuthCheck()
Methods in org.camunda.bpm.engine.impl.db with parameters of type AuthorizationCheck Modifier and Type Method Description void
ListQueryParameterObject. setAuthCheck(AuthorizationCheck authCheck)
-
Uses of AuthorizationCheck in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type AuthorizationCheck Modifier and Type Method Description protected void
AuthorizationManager. addPermissionCheck(AuthorizationCheck authCheck, CompositePermissionCheck compositeCheck)
void
AuthorizationManager. enableQueryAuthCheck(AuthorizationCheck authCheck)
-