public class ActivitiAppUser
extends org.springframework.security.core.userdetails.User
UserDetails
implementation that exposes the com.activiti.domain.idm.User.User
object
the logged in user represents.Modifier and Type | Field and Description |
---|---|
protected com.activiti.domain.idm.User |
userObject |
Constructor and Description |
---|
ActivitiAppUser(com.activiti.domain.idm.User user,
String userId,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
The userId needs to be passed explicitly.
|
Modifier and Type | Method and Description |
---|---|
com.activiti.domain.idm.User |
getUserObject() |
public ActivitiAppUser(com.activiti.domain.idm.User user, String userId, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
Copyright © 2014–2015 Alfresco. All rights reserved.