Package | Description |
---|---|
com.uc4.communication |
This package contains classes for the communication with the UC4 Server.
|
Modifier and Type | Method and Description |
---|---|
CreateSession |
Connection.login(int client,
String department,
String kicks)
Sets the session, this method must be called before a login request is sent.
|
CreateSession |
Connection.login(int client,
String user,
String department,
String password,
char language)
Sets the session, this method must be called before a login request is sent.
|
CreateSession |
Connection.login(int client,
String user,
String department,
String password,
char language,
String kicks)
Sets the session, this method must be called before a login request is sent.
|
CreateSession |
Connection.login(SamlConfiguration config)
Single Sign On using SAML
|
CreateSession |
Connection.login(SSOConfiguration config)
Single Sign On (Kerberos) using the current OS user.
|
Copyright © 2019. All rights reserved.