blob: 5ef5b96161db59e37b43f3efcfd1139443bed838 [file] [log] [blame]
Apache Solr ManifoldCFSecurityFilter Library
Release Notes
This file describes changes to the Solr ManifoldCFSecurityFilter (contrib/auth) module. See SOLR-1895 for details.
Introduction
------------
This module is intended to be used to restrict queries based on a user's authorization information.
It includes a SearchComponent class org.apache.solr.auth.ManifoldCFSecurityFilter. This search
component requires the argument "AuthorityServiceBaseURL", which describes the URL needed to reach
the ManifoldCF Authority Service. Other optional parameters are:
AllowAttributePrefix - the first part of the 'allow' family of fields, e.g. "allow_token_document" or
"allow_token_share", defaulting to "allow_token_".
DenyAttributePrefix - the first part of the 'deny' family of fields, e.g. "deny_token_document" or
"deny_token_share", defaulting to "deny_token_".
$Id$
================== 4.0.0-dev ==============
Initial Release