feideconnect/simplesamlphp-module-cassandrastore
最新稳定版本:v0.1
Composer 安装命令:
composer require feideconnect/simplesamlphp-module-cassandrastore
包简介
Cassandra Store for SimpleSAMLphp.
关键字:
README 文档
README
Cassandra Store for SimpleSAMLphp
Using the session store
In config.php
'session.handler' => 'cassandrastore:CassandraStore',
Using the cassandra metadata store
In config.php
// Overridden in config.[prod/test].php
'metadata.sources' => array(
array('type' => 'flatfile'),
array('type' => 'cassandrastore:CassandraMetadataStore'),
),
'metastore.cassandra.keyspace' => $_ENV['CASSANDRA_KEYSPACE'],
'metastore.cassandra.nodes' => $_ENV['CASSANDRA_PORT_9042_TCP_ADDR'],
'metastore.cassandra.use_ssl' => false,
'metastore.cassandra.ssl_ca' => null,
'metastore.cassandra.username' => null,
'metastore.cassandra.password' => null,
统计信息
- 总下载量: 2.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2015-05-19