Class UserCache.CachedUser
- java.lang.Object
-
- org.flowable.ui.common.service.idm.cache.UserCache.CachedUser
-
-
Constructor Summary
Constructors Constructor Description CachedUser(User user, Collection<org.springframework.security.core.GrantedAuthority> grantedAuthorities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.springframework.security.core.GrantedAuthority>getGrantedAuthorities()longgetLastDatabaseCheck()UsergetUser()voidsetLastDatabaseCheck(long lastDatabaseCheck)
-
-
-
Constructor Detail
-
CachedUser
public CachedUser(User user, Collection<org.springframework.security.core.GrantedAuthority> grantedAuthorities)
-
-
Method Detail
-
getUser
public User getUser()
-
getGrantedAuthorities
public Collection<org.springframework.security.core.GrantedAuthority> getGrantedAuthorities()
-
getLastDatabaseCheck
public long getLastDatabaseCheck()
-
setLastDatabaseCheck
public void setLastDatabaseCheck(long lastDatabaseCheck)
-
-