| Constructor and Description |
|---|
CachedUser(User user,
Collection<org.springframework.security.core.GrantedAuthority> grantedAuthorities) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.springframework.security.core.GrantedAuthority> |
getGrantedAuthorities() |
long |
getLastDatabaseCheck() |
User |
getUser() |
void |
setLastDatabaseCheck(long lastDatabaseCheck) |
public CachedUser(User user, Collection<org.springframework.security.core.GrantedAuthority> grantedAuthorities)
public User getUser()
public Collection<org.springframework.security.core.GrantedAuthority> getGrantedAuthorities()
public long getLastDatabaseCheck()
public void setLastDatabaseCheck(long lastDatabaseCheck)
Copyright © 2022 Flowable. All rights reserved.