public class ACUserContainer extends Object
| Constructor and Description |
|---|
ACUserContainer(ACUser acUser)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
active()
Update timestamp when user was last active.
|
ACUser |
getRawUser()
Returns the user instance that this container holds.
|
ACUser |
getUser()
Returns the user and additionally performs a activity check of the user.
|
public ACUserContainer(ACUser acUser)
acUser - an user instancepublic ACUser getUser() throws AccessControlException
AccessControlException - in case the user hasn't been activepublic ACUser getRawUser()
public void active()
Copyright © 2017. All rights reserved.