Modifier and Type | Method and Description |
---|---|
OwBaseUserInfo |
OwMainAppContext.getCurrentUser() |
OwBaseUserInfo |
OwMainRoleManagerContext.getCurrentUser() |
OwBaseUserInfo |
OwUserOperationEvent.getUserInfo()
Getter for
OwBaseUserInfo object |
OwBaseUserInfo |
OwMainAppContext.getUserInfo()
get the logged in user
|
Modifier and Type | Method and Description |
---|---|
void |
OwUserOperationEvent.OwUserOperationType.fire(OwUserOperationDispatch executor_p,
OwBaseUserInfo userInfo_p,
String eventSource_p) |
void |
OwUserOperationEvent.OwUserOperationType.fireAndForget(OwUserOperationDispatch executor_p,
OwBaseUserInfo userInfo_p,
String eventSource_p) |
void |
OwMainAppContext.onLogin(OwBaseUserInfo user_p)
called when user gets logged in
|
Constructor and Description |
---|
OwUserOperationEvent(OwBaseUserInfo userInfo_p,
OwUserOperationEvent.OwUserOperationType type_p,
String eventSource_p)
Constructor
|
Modifier and Type | Interface and Description |
---|---|
interface |
OwUserInfo
Base interface for user and group information, created by credentials object.
|
Modifier and Type | Method and Description |
---|---|
OwBaseUserInfo |
OwNetworkContext.getCurrentUser()
get the current user
|
Modifier and Type | Method and Description |
---|---|
void |
OwNetworkContext.onLogin(OwBaseUserInfo user_p)
callback from network adapter when user gets logged in
|
Modifier and Type | Method and Description |
---|---|
OwBaseUserInfo |
OwHistoryManagerContext.getCurrentUser()
get the current user
|
Modifier and Type | Method and Description |
---|---|
OwBaseUserInfo |
OwMandatorManagerContext.getCurrentUser()
get the current user
|
Modifier and Type | Method and Description |
---|---|
void |
OwMandatorManager.loginInit(OwBaseUserInfo user_p)
init called AFTER the user has logged in.
|
Modifier and Type | Method and Description |
---|---|
void |
OwSimpleMandatorManager.loginInit(OwBaseUserInfo user_p)
init called AFTER the user has logged in.
|
Modifier and Type | Method and Description |
---|---|
OwBaseUserInfo |
OwRoleManagerContext.getCurrentUser()
get the current user
|
protected OwBaseUserInfo |
OwStandardRoleManager.getCurrentUser()
get the current logged on user
|
Modifier and Type | Method and Description |
---|---|
OwBaseUserInfo |
OwAppContext.getUserInfo()
get the logged in user
|
Modifier and Type | Method and Description |
---|---|
static void |
OwUsageCounter.onLogin(String sessionid_p,
OwBaseUserInfo userid_p)
called when a user logs in
|
static void |
OwUsageCounter.onLogout(String sessionid_p,
OwBaseUserInfo userid_p)
called when a user logs off
|
Modifier and Type | Class and Description |
---|---|
class |
OwLDAPGroupInfo
LDAP backed group info.
|
class |
OwLDAPUserInfo
LDAP backed user info.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.