Package com.okta.sdk.resource.model
Class AutoLoginApplicationSettingsSignOn
java.lang.Object
com.okta.sdk.resource.model.AutoLoginApplicationSettingsSignOn
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class AutoLoginApplicationSettingsSignOn
extends Object
implements Serializable
AutoLoginApplicationSettingsSignOn
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Primary URL of the sign-in page for this appSecondary URL of the sign-in page for this appint
hashCode()
redirectUrl
(String redirectUrl) void
setLoginUrl
(String loginUrl) void
setRedirectUrl
(String redirectUrl) toString()
-
Field Details
-
JSON_PROPERTY_LOGIN_URL
- See Also:
-
JSON_PROPERTY_REDIRECT_URL
- See Also:
-
-
Constructor Details
-
AutoLoginApplicationSettingsSignOn
public AutoLoginApplicationSettingsSignOn()
-
-
Method Details
-
loginUrl
-
getLoginUrl
Primary URL of the sign-in page for this app- Returns:
- loginUrl
-
setLoginUrl
-
redirectUrl
-
getRedirectUrl
Secondary URL of the sign-in page for this app- Returns:
- redirectUrl
-
setRedirectUrl
-
equals
-
hashCode
public int hashCode() -
toString
-