Package | Description |
---|---|
sirius.biz.jdbc.tenants |
Modifier and Type | Method and Description |
---|---|
UserAccount |
Tenants.getRequiredUser()
Returns the current user or throws an exception if no user is currently available.
|
Modifier and Type | Method and Description |
---|---|
Optional<UserAccount> |
Tenants.getCurrentUser()
Returns the current user as
UserAccount which is logged in. |
Modifier and Type | Method and Description |
---|---|
protected sirius.web.security.UserInfo |
TenantUserManager.asUser(UserAccount account,
List<String> extraRoles) |
boolean |
TenantUserManager.checkPassword(UserAccount userAccount,
String password)
Checks if the given password of the given
UserAccount is correct. |
static void |
TenantUserManager.flushCacheForUserAccount(UserAccount account)
Flushes all caches for the given account.
|
Copyright © 2018. All rights reserved.