Class AbstractClientStorageAdapter

    • Method Detail

      • getId

        public String getId()
        Creates federated id based on getClientId() method
        Returns:
      • isSurrogateAuthRequired

        public boolean isSurrogateAuthRequired()
        This method really isn't used by anybody anywhere. Legacy feature never supported.
        Returns:
      • setSurrogateAuthRequired

        public void setSurrogateAuthRequired​(boolean surrogateAuthRequired)
        This method really isn't used by anybody anywhere. Legacy feature never supported.
      • getRegisteredNodes

        public Map<String,​Integer> getRegisteredNodes()
        This is for logout. Empty implementation for now. Can override if you can store this information somewhere.
        Returns:
      • registerNode

        public void registerNode​(String nodeHost,
                                 int registrationTime)
        This is for logout. Empty implementation for now. Can override if you can store this information somewhere.
      • unregisterNode

        public void unregisterNode​(String nodeHost)
        This is for logout. Empty implementation for now. Can override if you can store this information somewhere.