Uses of Interface
org.jbpm.casemgmt.api.auth.AuthorizationManager
-
Packages that use AuthorizationManager Package Description org.jbpm.casemgmt.api.utils org.jbpm.casemgmt.impl org.jbpm.casemgmt.impl.command org.jbpm.casemgmt.impl.utils org.jbpm.test.services -
-
Uses of AuthorizationManager in org.jbpm.casemgmt.api.utils
Methods in org.jbpm.casemgmt.api.utils that return AuthorizationManager Modifier and Type Method Description AuthorizationManager
CaseServiceConfigurator. getAuthorizationManager()
-
Uses of AuthorizationManager in org.jbpm.casemgmt.impl
Classes in org.jbpm.casemgmt.impl that implement AuthorizationManager Modifier and Type Class Description class
AuthorizationManagerImpl
Methods in org.jbpm.casemgmt.impl with parameters of type AuthorizationManager Modifier and Type Method Description void
CaseServiceImpl. setAuthorizationManager(AuthorizationManager authorizationManager)
-
Uses of AuthorizationManager in org.jbpm.casemgmt.impl.command
Constructors in org.jbpm.casemgmt.impl.command with parameters of type AuthorizationManager Constructor Description AddDataCaseFileInstanceCommand(String deploymentId, Long processInstanceId, org.kie.internal.identity.IdentityProvider identityProvider, Map<String,Object> parameters, List<String> accessRestriction, AuthorizationManager authorizationManager, ProcessService processService, CaseRuntimeDataService caseRuntimeDataService)
CaseCommentCommand(org.kie.internal.identity.IdentityProvider identityProvider, String commentId, String author, String updatedText, List<String> restrictedTo, AuthorizationManager authorizationManager)
CaseCommentCommand(org.kie.internal.identity.IdentityProvider identityProvider, String commentId, AuthorizationManager authorizationManager)
RemoveDataCaseFileInstanceCommand(Long processInstanceId, org.kie.internal.identity.IdentityProvider identityProvider, List<String> variableNames, AuthorizationManager authorizationManager)
-
Uses of AuthorizationManager in org.jbpm.casemgmt.impl.utils
Fields in org.jbpm.casemgmt.impl.utils declared as AuthorizationManager Modifier and Type Field Description protected AuthorizationManager
DefaultCaseServiceConfigurator. authorizationManager
Methods in org.jbpm.casemgmt.impl.utils that return AuthorizationManager Modifier and Type Method Description AuthorizationManager
DefaultCaseServiceConfigurator. getAuthorizationManager()
-
Uses of AuthorizationManager in org.jbpm.test.services
Fields in org.jbpm.test.services declared as AuthorizationManager Modifier and Type Field Description protected AuthorizationManager
AbstractCaseServicesTest. authorizationManager
-