Class AbstractApiActionHandler

    • Field Detail

      • appName

        protected String appName
      • baseURL

        protected String baseURL
      • activeProfileName

        protected String activeProfileName
      • activeUserProfile

        protected UserProfile activeUserProfile
      • sessionExpiryDurationInSeconds

        protected int sessionExpiryDurationInSeconds
      • lastRequestAccessTimeInMs

        protected long lastRequestAccessTimeInMs
      • logoutRequest

        protected boolean logoutRequest
      • targetServerName

        protected String targetServerName
    • Constructor Detail

      • AbstractApiActionHandler

        public AbstractApiActionHandler​(String appName,
                                        int sessionExpiryDurationInSeconds,
                                        String targetServerName)