Class MongoSessionDataStoreFactory

    • Constructor Detail

      • MongoSessionDataStoreFactory

        public MongoSessionDataStoreFactory()
    • Method Detail

      • getHost

        public java.lang.String getHost()
        Returns:
        the host
      • setHost

        public void setHost​(java.lang.String host)
        Parameters:
        host - the host to set
      • getPort

        public int getPort()
        Returns:
        the port
      • setPort

        public void setPort​(int port)
        Parameters:
        port - the port to set
      • getDbName

        public java.lang.String getDbName()
        Returns:
        the dbName
      • setDbName

        public void setDbName​(java.lang.String dbName)
        Parameters:
        dbName - the dbName to set
      • getConnectionString

        public java.lang.String getConnectionString()
        Returns:
        the connectionString
      • setConnectionString

        public void setConnectionString​(java.lang.String connectionString)
        Parameters:
        connectionString - the connection string to set. This has priority over dbHost and port
      • getCollectionName

        public java.lang.String getCollectionName()
        Returns:
        the collectionName
      • setCollectionName

        public void setCollectionName​(java.lang.String collectionName)
        Parameters:
        collectionName - the collectionName to set