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 User |
userObject |
| Constructor and Description |
|---|
ActivitiAppUser(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 |
|---|---|
User |
getUserObject() |
protected User userObject
public ActivitiAppUser(User user, String userId, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
public User getUserObject()
Copyright © 2017 Alfresco. All rights reserved.