Package org.tailormap.api.viewer.model
Class LoginConfiguration
java.lang.Object
org.tailormap.api.viewer.model.LoginConfiguration
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.17.0")
public class LoginConfiguration
extends Object
implements Serializable
LoginConfiguration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSsoLinksItem(LoginConfigurationSsoLinksInner ssoLinksItem) enablePasswordReset(Boolean enablePasswordReset) booleanIf set, enables the password reset functionality.If set, should hide the login form for any user-facing applications.@Valid List<@Valid LoginConfigurationSsoLinksInner> Lists alternative SSO links.inthashCode()hideLoginForm(Boolean hideLoginForm) voidsetEnablePasswordReset(Boolean enablePasswordReset) voidsetHideLoginForm(Boolean hideLoginForm) voidsetSsoLinks(List<@Valid LoginConfigurationSsoLinksInner> ssoLinks) ssoLinks(List<@Valid LoginConfigurationSsoLinksInner> ssoLinks) toString()
-
Constructor Details
-
LoginConfiguration
public LoginConfiguration()
-
-
Method Details
-
hideLoginForm
-
getHideLoginForm
If set, should hide the login form for any user-facing applications.- Returns:
- hideLoginForm
-
setHideLoginForm
-
enablePasswordReset
-
getEnablePasswordReset
If set, enables the password reset functionality.- Returns:
- enablePasswordReset
-
setEnablePasswordReset
-
ssoLinks
-
addSsoLinksItem
-
getSsoLinks
Lists alternative SSO links.- Returns:
- ssoLinks
-
setSsoLinks
-
equals
-
hashCode
public int hashCode() -
toString
-