public static class AuthConfigUtil.MyDomainAuthConfig
extends java.lang.Object
Constructor and Description |
---|
MyDomainAuthConfig(JSONObject authConfig)
Parameterized constructor.
|
Modifier and Type | Method and Description |
---|---|
JSONObject |
getAuthConfig()
Returns the my domain auth config.
|
java.lang.String |
getLoginPageUrl()
Returns the configured login page URL.
|
java.util.List<java.lang.String> |
getSsoUrls()
Returns the configured SSO URLs.
|
boolean |
isBrowserLoginEnabled()
Returns whether browser login has been enabled in this auth config.
|
boolean |
isShareBrowserSessionEnabled()
Returns whether share browser session has been enabled in this auth config.
|
public MyDomainAuthConfig(JSONObject authConfig)
authConfig
- SSO auth config.public JSONObject getAuthConfig()
public boolean isBrowserLoginEnabled()
public boolean isShareBrowserSessionEnabled()
public java.util.List<java.lang.String> getSsoUrls()
public java.lang.String getLoginPageUrl()