Package | Description |
---|---|
com.saperion.ngc.main |
Package for component-wide main classes.
|
com.saperion.ngc.model |
Package for model classes.
|
com.saperion.ngc.model.authorization |
Package for authorization model classes.
|
com.saperion.ngc.resultset |
Package for resultset component classes.
|
com.saperion.ngc.resultset.contextmenu |
Package for resultset context menu classes.
|
com.saperion.ngc.scripthelper |
Package for Server-Script utility/helper classes.
|
com.saperion.ngc.util |
Package for client utility classes.
|
Modifier and Type | Method and Description |
---|---|
User |
HttpSessionWrapper.getUserAttribute()
Convenience method to retrieve the user attribute.
|
Modifier and Type | Method and Description |
---|---|
protected User |
ClassicConnectorService.getCurrentUserFromSession()
Returns the current user from the session.
|
Modifier and Type | Method and Description |
---|---|
User |
AuthorizationService.changePassword(User user,
String newPassword)
Changes the password of the given user.
|
User |
AuthClassicConnectorService.changePassword(User user,
String newPassword) |
User |
AuthorizationService.getCurrentUser() |
User |
AuthClassicConnectorService.getCurrentUser() |
static User |
User.invalidUser() |
User |
AuthorizationService.logon(AuthenticationInformation auth)
Logon to service.
|
User |
AuthClassicConnectorService.logon(AuthenticationInformation info)
Logon to service.
|
User |
AuthClassicConnectorService.logonTech(String tenant)
Logon with a technical user.
|
User |
AuthClassicConnectorService.logonTech(String tenant,
javax.servlet.http.HttpSession session)
Logon with a technical user.
|
User |
User.mergePassword(String newPassword) |
User |
User.mergeShortName(String shortName) |
Modifier and Type | Method and Description |
---|---|
User |
AuthorizationService.changePassword(User user,
String newPassword)
Changes the password of the given user.
|
User |
AuthClassicConnectorService.changePassword(User user,
String newPassword) |
Constructor and Description |
---|
ContextMenuVisibility(ResultSetViewImpl view,
User user)
Creates a new
ContextMenuVisibility instance for items that do not need
the result of the item analyzer. |
ContextMenuVisibility(ResultSetViewImpl view,
User user,
ItemAnalyzeResult analyze)
Creates a new
ContextMenuVisibility instance. |
Modifier and Type | Field and Description |
---|---|
protected User |
AbstractContextMenu.user
Current user from session.
|
Modifier and Type | Method and Description |
---|---|
static User |
ScriptHelper.getCurrentUser()
Provides the current logged in user object.
|
Modifier and Type | Method and Description |
---|---|
static User |
ScriptHelper.getCurrentUser()
Deprecated.
Moved to
ScriptHelper . Will be removed in 8.0. |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.