public class UserAuthentication extends Authentication
An authentication for a user
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
authorizedApps |
protected List<String> |
groupIds |
protected List<String> |
tenantIds |
ANONYMOUS, identityId, processEngineName
Constructor and Description |
---|
UserAuthentication(String userId,
String processEngineName) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAuthorizedApps() |
List<String> |
getGroupIds() |
List<String> |
getTenantIds() |
boolean |
isAuthorizedForApp(String app) |
void |
setAuthorizedApps(Set<String> authorizedApps) |
void |
setGroupIds(List<String> groupIds) |
void |
setTenantIds(List<String> tenantIds) |
equals, getIdentityId, getName, getProcessEngineName, hashCode
public boolean isAuthorizedForApp(String app)
Copyright © 2022. All rights reserved.