Class XfcSession

    • Method Detail

      • currentBenutzer

        public Benutzer currentBenutzer()
        Liefert den (erfolgreich) angemeldeten Benutzer.
      • isBenutzerAuth

        public boolean isBenutzerAuth()
        Liefert true, wenn es einen (erfolgreich) angemeldeten Benutzer gibt.
      • currentMandant

        public Mandant currentMandant()
        Liefert den aktuell verwendeten Mandanten. (Default = Benutzer.getMandant()
      • update

        public void update​(Benutzer user)
      • setCurrentMandant

        public void setCurrentMandant​(Mandant client)
      • setLanguage

        public void setLanguage​(String langCode)
        Setter für sessionabhängige Spracheinstellung
        Parameters:
        langCode - - Sprachkürzel (siehe http://www.loc.gov/standards/iso639-2/englangn.html)
        See Also:
        getLocale(), Locale.forLanguageTag(String)
      • setLocale

        public void setLocale​(Locale loc)
      • getSessionId

        public String getSessionId()
        Returns:
        the Session id
      • setSessionId

        public void setSessionId​(String sessionId)
        Parameters:
        sessionId - the session Id to set
      • setLoginName

        public void setLoginName​(String loginName)
      • getLoginName

        public String getLoginName()
      • getStayLoggedInToken

        public String getStayLoggedInToken()
      • setStayLoggedInToken

        public void setStayLoggedInToken​(String token)
      • isShowProductUpdatePrompt

        public boolean isShowProductUpdatePrompt()
      • setShowProductUpdatePrompt

        public void setShowProductUpdatePrompt​(boolean showProductUpdatePrompt)
      • dispose

        public void dispose()
      • getFD2Sessions

        public Map<String,​FD2Session> getFD2Sessions()
        Retrieve the FD2Session-Map from the current HTTP-Session, which is inside the XfcSession object.
        Returns:
        a Map or null if the HttpSession inside is null
      • getFridMapping

        public Map<String,​String> getFridMapping()
        Returns:
        the Mapping of renewed FRIDs
      • getFRQSessions

        @Deprecated
        public Map<String,​FRQSession> getFRQSessions()
        Deprecated.
        Retrieve the FRQSession-Map from the current HTTP-Session, which is inside the XfcSession object.
        Returns:
        a Map or null if the HttpSession inside is null