public class SamlConfiguration extends Object
| Constructor and Description |
|---|
SamlConfiguration(int client,
String userName,
String department,
String samlToken,
String samlType)
Creates a new SSO login configuration instance for SAML
The default value for the logon language is english.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKicks()
This connection is registered to receive the kick messages returned by this procedure.
|
String |
getSamlToken()
Returns the 'token' from the Identity Provider.
|
String |
getSamlType()
Returns the type of the SAML response which was received from the Identity Provider.
|
void |
setLanguage(char language)
Sets the logon language.
|
public SamlConfiguration(int client,
String userName,
String department,
String samlToken,
String samlType)
client - UC4 client between 0 and 9999userName - UC4 usernamedepartment - UC4 departmentsamlToken - the saml response (xml or artifact) from the Identity ProvidersamlType - type of the response (xml or artifact)public void setLanguage(char language)
language - E(English), F(French) or D(German)public String getSamlType()
public String getSamlToken()
public String getKicks()
Copyright © 2019. All rights reserved.