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