public class OIdentityServiceProvider
extends org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
| Constructor and Description |
|---|
OIdentityServiceProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPassword(String userId,
String password) |
org.camunda.bpm.engine.impl.persistence.entity.TenantEntity |
findTenantById(String tenantId) |
List<org.camunda.bpm.engine.identity.Tenant> |
findTenantByQueryCriteria(org.camunda.bpm.engine.impl.identity.db.DbTenantQueryImpl query) |
long |
findTenantCountByQueryCriteria(org.camunda.bpm.engine.impl.identity.db.DbTenantQueryImpl query) |
checkAuthorization, configureQuery, createGroupQuery, createGroupQuery, createTenantQuery, createTenantQuery, createUserQuery, createUserQuery, findGroupById, findGroupByQueryCriteria, findGroupCountByQueryCriteria, findUserById, findUserByQueryCriteria, findUserCountByQueryCriteria, matchPasswordclose, delete, deleteAuthorizations, deleteAuthorizationsForGroup, deleteAuthorizationsForUser, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getBatchManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricBatchManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getTenantManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizationspublic boolean checkPassword(String userId, String password)
checkPassword in interface org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvidercheckPassword in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProviderpublic org.camunda.bpm.engine.impl.persistence.entity.TenantEntity findTenantById(String tenantId)
findTenantById in interface org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProviderfindTenantById in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProviderpublic long findTenantCountByQueryCriteria(org.camunda.bpm.engine.impl.identity.db.DbTenantQueryImpl query)
findTenantCountByQueryCriteria in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProviderpublic List<org.camunda.bpm.engine.identity.Tenant> findTenantByQueryCriteria(org.camunda.bpm.engine.impl.identity.db.DbTenantQueryImpl query)
findTenantByQueryCriteria in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProviderCopyright © 2019. All rights reserved.