summaryrefslogtreecommitdiff
path: root/java/broker/etc/access
Commit message (Collapse)AuthorAgeFilesLines
* Various License header updates.Martin Ritchie2007-06-181-0/+18
| | | | | | Update to PrincipalDatabase's to ensure they work correctly with # comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@548302 13f79535-47bb-0310-9956-ffa450edef68
* QPID-416 Update to Access control to allow simply read/write permissions per ↵Martin Ritchie2007-04-061-1/+1
| | | | | | | | | | | | | | | Virtual host. access - updated file to have examples of access control. Changed AMQProtocolSession to record an authorized Principal not just a String. - Required Added AccessRights files needed for VirtualHostAccess control. Updated ConnectionOpenMethodHandler to allow Principals with any access to connect not just read. UsernamePrincipal - Added a toString git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@526117 13f79535-47bb-0310-9956-ffa450edef68
* QPID-416 Update to Access control to allow simply read/write permissions per ↵Martin Ritchie2007-04-061-1/+1
| | | | | | | | | | | Virtual host. access - updated file to have examples of access control. AccessManager - Deprecated old isAuthorised method Implemented new isAuthorized method on all AccessManagers git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@526091 13f79535-47bb-0310-9956-ffa450edef68
* QPID-416 Provided simple update to Access Control via FileAccessManager to ↵Martin Ritchie2007-04-051-0/+1
allow access rights for a virtualhost to be stored in a separate file. Updated PrincipalDatabaseAccessManager to use the default AccessManager if the specified PrincipalDatabase is not an AccessManager. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@525867 13f79535-47bb-0310-9956-ffa450edef68