| Package | Description |
|---|---|
| com.saperion.ngc.model.authorization |
Package for authorization model classes.
|
| com.saperion.ngc.util |
Package for client utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationInformation |
User.getAuthenticationInformation() |
AuthenticationInformation |
AuthenticationInformation.mergePassword(String newPassword)
Merges a new AuthenticationInformation with another password.
|
AuthenticationInformation |
AuthenticationInformation.mergeShortName(String loginName)
Merges a new AuthenticationInformation with another login name.
|
| Modifier and Type | Method and Description |
|---|---|
User |
AuthorizationService.logon(AuthenticationInformation auth)
Logon to service.
|
User |
AuthClassicConnectorService.logon(AuthenticationInformation info)
Logon to service.
|
| Constructor and Description |
|---|
User(AuthenticationInformation auth)
Creates a new user with only the authentication information set.
|
User(com.saperion.intf.SaUserInfo userInfo,
AuthenticationInformation auth)
Creates a new user from a userinfo object.
|
User(com.saperion.users.UserName userName,
int uid,
boolean isPresent,
AuthenticationInformation auth,
com.saperion.users.UserFlags userFlags,
int mandantId)
Literal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationInformation |
CookieUtil.getLastLoginFromCookie()
Reads the last active user from a cookie.
|
Copyright © 2016 SAPERION AG. All rights reserved.