CreateSession |
Connection.login(int client,
java.lang.String department,
java.lang.String kicks) |
Sets the session, this method must be called before a login request is sent.
|
CreateSession |
Connection.login(int client,
java.lang.String user,
java.lang.String department,
java.lang.String password,
char language) |
Sets the session, this method must be called before a login request is sent.
|
CreateSession |
Connection.login(int client,
java.lang.String user,
java.lang.String department,
java.lang.String password,
char language,
java.lang.String kicks) |
Sets the session, this method must be called before a login request is sent.
|
CreateSession |
Connection.login(AccessTokenConfiguration config) |
Login using an access token
|
CreateSession |
Connection.login(SamlConfiguration config) |
Single Sign On using SAML
|
CreateSession |
Connection.login(SSOConfiguration config) |
Single Sign On (Kerberos) using the current OS user.
|