Interface IExternalSession

All Superinterfaces:
IAquimaSession, IAquimaSessionLifecycle, com.aquima.interactions.foundation.concurrent.Interruptible, Serializable

public interface IExternalSession extends IAquimaSession
  • Method Details

    • getHostSessionId

      HostSessionId getHostSessionId()
    • setHostSessionId

      void setHostSessionId(HostSessionId hostSessionId)
    • getConfigurationId

      String getConfigurationId()
    • setConfigurationId

      void setConfigurationId(String configurationId)
    • getAuthentication

      org.springframework.security.core.Authentication getAuthentication()
    • setAuthentication

      void setAuthentication(org.springframework.security.core.Authentication authentication)
    • isReadOnly

      boolean isReadOnly()
    • setReadOnly

      void setReadOnly(boolean readOnly)