public class SSOConfiguration
extends java.lang.Object
Constructor and Description |
---|
SSOConfiguration(int client)
Creates a new SSO login configuration instance for the specified client.
|
Modifier and Type | Method and Description |
---|---|
java.lang.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 |
setKicks(java.lang.String kicks)
This connection is registered to receive the specified kick messages.
|
void |
setLanguage(char language)
Sets the logon language.
|
void |
setServerPrincipal(java.lang.String serverPrincipal)
Sets the name of the serice principal of the Automation Engine.
|
void |
setSpnegoToken(java.lang.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(java.lang.String spnegoToken)
spnegoToken
- Base64 coded Stringpublic void setServerPrincipal(java.lang.String serverPrincipal)
serverPrincipal
- service name of the Automation Engine in the KDCpublic void setDebug(boolean debug)
debug
- true to enable debuggingpublic java.lang.String getKicks()
public void setKicks(java.lang.String kicks)
kicks
- Comma separated list of kick messages.