public class SamlConfiguration
extends java.lang.Object
Constructor and Description |
---|
SamlConfiguration(int client,
java.lang.String userName,
java.lang.String department,
char language,
java.lang.String samlToken,
java.lang.String samlType)
Creates a new SSO login configuration instance for SAML
|
SamlConfiguration(int client,
java.lang.String userName,
java.lang.String department,
java.lang.String samlToken,
java.lang.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 |
---|---|
java.lang.String |
getKicks()
This connection is registered to receive the kick messages returned by this procedure.
|
java.lang.String |
getSamlToken()
Returns the 'token' from the Identity Provider.
|
java.lang.String |
getSamlType()
Returns the type of the SAML response which was received from the Identity Provider.
|
void |
setKicks(java.lang.String kicks)
This connection is registered to receive the specified kick messages.
|
void |
setLanguage(char language)
Sets the logon language.
|
public SamlConfiguration(int client, java.lang.String userName, java.lang.String department, char language, java.lang.String samlToken, java.lang.String samlType)
client
- UC4 client between 0 and 9999userName
- UC4 usernamedepartment
- UC4 departmentthe
- UC4 langugagesamlToken
- the saml response (xml or artifact) from the Identity ProvidersamlType
- type of the response (xml or artifact)public SamlConfiguration(int client, java.lang.String userName, java.lang.String department, java.lang.String samlToken, java.lang.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 java.lang.String getSamlType()
public java.lang.String getSamlToken()
public java.lang.String getKicks()
public void setKicks(java.lang.String kicks)
kicks
- Comma separated list of kick messages.