public class GXSSOConfig extends Object implements Serializable
GXISignOnScreenRecognizer which determines whether the screen is a signOn
screen, a GXIUserPasswordRetriever which returns a user password
from an external resource, and a GXISSOExecuter which performs the SignOn.| Constructor and Description |
|---|
GXSSOConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
get_Enabled()
For .NET framework usage.
|
GXISignOnScreenRecognizer |
getSignOnScreenRecognizer()
Determines the type of SignOn screen recognizer to use
|
GXISSOExecuter |
getSsoExecuter()
Determines the type of single SignOn executer to use
|
GXIUserPasswordRetriever |
getUserPasswordRetriever()
Determines the type of user/password retriever to use
|
boolean |
isEnabled()
Determines whether to activate a single sign on to the host
|
void |
set_Enabled(boolean enabled)
For .NET framework usage.
|
void |
setEnabled(boolean enabled)
Determines whether to activate the single sign option.
|
void |
setSignOnScreenRecognizer(GXISignOnScreenRecognizer signOnScreenRecognizer)
Determines the method to use to recognize the sign on screen.
|
void |
setSsoExecuter(GXISSOExecuter ssoExecuter)
Determines what happens once the SignOn is recognized
Using an action key (enter an action key)
Executing a path (enter a path name)
Set in the code
|
void |
setUserPasswordRetriever(GXIUserPasswordRetriever userPasswordRetriever)
Determines the type of user/password retriever to use
Based on information retrieved from an HTTP request
Based on information retrieved from an HTTP session
Set in the code
|
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - if the sign signon mechanism is activepublic GXIUserPasswordRetriever getUserPasswordRetriever()
public void setUserPasswordRetriever(GXIUserPasswordRetriever userPasswordRetriever)
userPasswordRetriever - the type of user/password retriever to usepublic GXISignOnScreenRecognizer getSignOnScreenRecognizer()
public void setSignOnScreenRecognizer(GXISignOnScreenRecognizer signOnScreenRecognizer)
signOnScreenRecognizer - the type of SignOn screen recognizer to usepublic GXISSOExecuter getSsoExecuter()
public void setSsoExecuter(GXISSOExecuter ssoExecuter)
ssoExecuter - the type of single SignOn executer to usepublic boolean get_Enabled()
public void set_Enabled(boolean enabled)
Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.