Uses of Class
com.saperion.ngc.model.authorization.User
-
Packages that use User Package Description com.saperion.ngc.filter Package for main filter components.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. -
-
Uses of User in com.saperion.ngc.filter
Methods in com.saperion.ngc.filter with parameters of type User Modifier and Type Method Description protected void
AbstractLogonProvider. setActiveSessionsOfLoggedInUser(User user, com.saperion.connector.authentication.Session currentSession, com.saperion.connector.SaClassicConnector connector)
Set the active sessions of givenUser
. -
Uses of User in com.saperion.ngc.main
Methods in com.saperion.ngc.main that return User Modifier and Type Method Description User
HttpSessionWrapper. getUserAttribute()
Convenience method to retrieve the user attribute. -
Uses of User in com.saperion.ngc.model
Methods in com.saperion.ngc.model that return User Modifier and Type Method Description protected User
ClassicConnectorService. getCurrentUserFromSession()
Returns the current user from the session. -
Uses of User in com.saperion.ngc.model.authorization
Methods in com.saperion.ngc.model.authorization that return User Modifier and Type Method Description User
AuthClassicConnectorService. changePassword(User user, java.lang.String newPassword)
User
AuthorizationService. changePassword(User user, java.lang.String newPassword)
Changes the password of the given user.User
AuthClassicConnectorService. getCurrentUser()
User
AuthorizationService. getCurrentUser()
static User
User. invalidUser()
User
AuthClassicConnectorService. logon(AuthenticationInformation info)
Logon to service.User
AuthorizationService. logon(AuthenticationInformation auth)
Logon to service.User
AuthClassicConnectorService. logonTech(java.lang.String tenant)
Logon with a technical user.User
AuthClassicConnectorService. logonTech(java.lang.String tenant, javax.servlet.http.HttpSession session)
Logon with a technical user.User
User. mergePassword(java.lang.String newPassword)
User
User. mergeShortName(java.lang.String shortName)
Methods in com.saperion.ngc.model.authorization with parameters of type User Modifier and Type Method Description User
AuthClassicConnectorService. changePassword(User user, java.lang.String newPassword)
User
AuthorizationService. changePassword(User user, java.lang.String newPassword)
Changes the password of the given user. -
Uses of User in com.saperion.ngc.resultset
Constructors in com.saperion.ngc.resultset with parameters of type User Constructor Description ContextMenuVisibility(ResultSetViewImpl view, User user)
Creates a newContextMenuVisibility
instance for items that do not need the result of the item analyzer.ContextMenuVisibility(ResultSetViewImpl view, User user, ItemAnalyzeResult analyze)
Creates a newContextMenuVisibility
instance. -
Uses of User in com.saperion.ngc.resultset.contextmenu
Fields in com.saperion.ngc.resultset.contextmenu declared as User Modifier and Type Field Description protected User
AbstractContextMenu. user
Current user from session. -
Uses of User in com.saperion.ngc.scripthelper
Methods in com.saperion.ngc.scripthelper that return User Modifier and Type Method Description static User
ScriptHelper. getCurrentUser()
Provides the current logged in user object. -
Uses of User in com.saperion.ngc.util
Methods in com.saperion.ngc.util that return User Modifier and Type Method Description static User
ScriptHelper. getCurrentUser()
Deprecated.Moved toScriptHelper
.
-