public class FlowableAppUser
extends org.springframework.security.core.userdetails.User
UserDetails implementation that exposes the User object the logged in user represents.| Modifier and Type | Field and Description |
|---|---|
protected User |
userObject |
| Constructor and Description |
|---|
FlowableAppUser(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() |
builder, equals, eraseCredentials, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString, withDefaultPasswordEncoder, withUserDetails, withUsernameprotected User userObject
public FlowableAppUser(User user, String userId, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
public User getUserObject()
Copyright © 2018 Flowable. All rights reserved.