Class ApplicationConfigPortalAuthTimeout


  • public class ApplicationConfigPortalAuthTimeout
    extends Object
    Defines the timeout settings related to authentication and session.
    • Constructor Detail

      • ApplicationConfigPortalAuthTimeout

        public ApplicationConfigPortalAuthTimeout()
    • Method Detail

      • getAutoRefresh

        @Nullable
        public @Nullable Integer getAutoRefresh()
        Defines the time in seconds before the access token expires at which an auto-refresh is performed. The auto-refresh prevents the session from expiring and the access token from becoming unusable. If the user is considered inactive, then a dialog is displayed before the auto-refresh is executed. If the value is '0', then the auto-refresh is disabled, i.e. the session ends when the access token expires. minimum: 0
        Returns:
        autoRefresh
      • setAutoRefresh

        public void setAutoRefresh​(Integer autoRefresh)
      • getInactivity

        @Nullable
        public @Nullable Integer getInactivity()
        Defines the time in seconds after which a user should be considered inactive if no activity is detected in the portal. If the value is '0', then the detection is disabled, i.e. the user is never inactive. minimum: 0
        Returns:
        inactivity
      • setInactivity

        public void setInactivity​(Integer inactivity)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object