Uses of Class
com.saperion.ngc.model.authorization.AuthenticationInformation
-
Packages that use AuthenticationInformation Package Description com.saperion.ngc.model.authorization Package for authorization model classes.com.saperion.ngc.util Package for client utility classes. -
-
Uses of AuthenticationInformation in com.saperion.ngc.model.authorization
Methods in com.saperion.ngc.model.authorization that return AuthenticationInformation Modifier and Type Method Description AuthenticationInformation
User. getAuthenticationInformation()
AuthenticationInformation
AuthenticationInformation. mergePassword(java.lang.String newPassword)
Merges a new AuthenticationInformation with another password.AuthenticationInformation
AuthenticationInformation. mergeShortName(java.lang.String loginName)
Merges a new AuthenticationInformation with another login name.Methods in com.saperion.ngc.model.authorization with parameters of type AuthenticationInformation Modifier and Type Method Description User
AuthClassicConnectorService. logon(AuthenticationInformation info)
Logon to service.User
AuthorizationService. logon(AuthenticationInformation auth)
Logon to service.Constructors in com.saperion.ngc.model.authorization with parameters of type AuthenticationInformation Constructor Description User(com.saperion.intf.SaUserInfo userInfo, AuthenticationInformation auth)
Creates a new user from a userinfo object.User(AuthenticationInformation auth)
Creates a new user with only the authentication information set.User(com.saperion.users.UserName userName, int uid, boolean isPresent, AuthenticationInformation auth, com.saperion.users.UserFlags userFlags, int mandantId)
Literal constructor. -
Uses of AuthenticationInformation in com.saperion.ngc.util
Methods in com.saperion.ngc.util that return AuthenticationInformation Modifier and Type Method Description static AuthenticationInformation
CookieUtil. getLastLoginFromCookie()
Reads the last active user from a cookie.
-