Class SessionApplicationStatePersistenceStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected <T> java.lang.String buildKey​(java.lang.Class<T> ssoClass)  
      <T> boolean exists​(java.lang.Class<T> ssoClass)
      Returns true if the SSO already exists, false if null.
      <T> T get​(java.lang.Class<T> ssoClass, ApplicationStateCreator<T> creator)
      Gets the SSO from the domain.
      <T> T getIfExists​(java.lang.Class<T> ssoClass)
      Returns the SSO if it exists or null.
      protected <T> java.lang.Object getOrCreate​(java.lang.Class<T> ssoClass, ApplicationStateCreator<T> creator)  
      protected Session getSession()  
      <T> void set​(java.lang.Class<T> ssoClass, T sso)
      Stores a new SSO, possibly replacing the existing one.
      protected <T> T transformPersistedValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait