Package | Description |
---|---|
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.impl.identity.db | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.identity.impl.ldap |
Modifier and Type | Field and Description |
---|---|
protected UserEntity |
SaveUserCmd.user |
Modifier and Type | Method and Description |
---|---|
UserEntity |
DbIdentityServiceProvider.createNewUser(String userId) |
UserEntity |
DbReadOnlyIdentityServiceProvider.findUserById(String userId) |
Modifier and Type | Method and Description |
---|---|
protected void |
DbIdentityServiceProvider.createDefaultAuthorizations(UserEntity userEntity) |
Modifier and Type | Field and Description |
---|---|
protected UserEntity |
MembershipEntity.user |
Modifier and Type | Method and Description |
---|---|
UserEntity |
MembershipEntity.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
MembershipEntity.setUser(UserEntity user) |
Modifier and Type | Class and Description |
---|---|
class |
LdapUserEntity |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LdapIdentityProviderSession.isAuthenticatedUser(UserEntity user) |
Copyright © 2015. All rights reserved.