Class GuestAccountsSettings


  • public class GuestAccountsSettings
    extends Object
    Guest account settings.
    Since:
    Mattermost Server 5.16
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • GuestAccountsSettings

        public GuestAccountsSettings()
    • Method Detail

      • isEnable

        public boolean isEnable()
      • isAllowEmailAccounts

        public boolean isAllowEmailAccounts()
      • isEnforceMultifactorAuthentication

        public boolean isEnforceMultifactorAuthentication()
      • getRestrictCreationToDomains

        public String getRestrictCreationToDomains()
      • setEnable

        public void setEnable​(boolean enable)
      • setAllowEmailAccounts

        public void setAllowEmailAccounts​(boolean allowEmailAccounts)
      • setEnforceMultifactorAuthentication

        public void setEnforceMultifactorAuthentication​(boolean enforceMultifactorAuthentication)
      • setRestrictCreationToDomains

        public void setRestrictCreationToDomains​(String restrictCreationToDomains)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object