Class PortalSigninSettingProperties


  • public final class PortalSigninSettingProperties
    extends Object
    Sign-in settings contract properties.
    • Constructor Detail

      • PortalSigninSettingProperties

        public PortalSigninSettingProperties()
    • Method Detail

      • enabled

        public Boolean enabled()
        Get the enabled property: Redirect Anonymous users to the Sign-In page.
        Returns:
        the enabled value.
      • withEnabled

        public PortalSigninSettingProperties withEnabled​(Boolean enabled)
        Set the enabled property: Redirect Anonymous users to the Sign-In page.
        Parameters:
        enabled - the enabled value to set.
        Returns:
        the PortalSigninSettingProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.