public class SSOConfiguration extends Object
| Constructor and Description |
|---|
SSOConfiguration(int client)
Creates a new SSO login configuration instance for the specified client.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKicks()
This connection is registered to receive the kick messages returned by this procedure.
|
void |
setDebug(boolean debug)
Sets the debug flag for SSO.
|
void |
setLanguage(char language)
Sets the logon language.
|
void |
setServerPrincipal(String serverPrincipal)
Sets the name of the serice principal of the Automation Engine.
|
void |
setSpnegoToken(String spnegoToken)
Sets the browser token.
|
public SSOConfiguration(int client)
client - UC4 client between 0 and 9999public void setLanguage(char language)
language - E(English), F(French) or D(German)public void setSpnegoToken(String spnegoToken)
spnegoToken - Base64 coded Stringpublic void setServerPrincipal(String serverPrincipal)
serverPrincipal - service name of the Automation Engine in the KDCpublic void setDebug(boolean debug)
debug - true to enable debuggingpublic String getKicks()
Copyright © 2021. All rights reserved.