This is an automated email from the ASF dual-hosted git repository.

samt pushed a change to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from c08ce93  Merge branch 'cassandra-3.0' into cassandra-3.11
     new b2f6953  Handle exceptions during authentication/authorization
     new 63097a3  Merge branch 'cassandra-2.2' into cassandra-3.0
     new 8f33dc0  Merge branch 'cassandra-3.0' into cassandra-3.11

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        |   1 +
 src/java/org/apache/cassandra/auth/AuthCache.java  |  22 ++-
 .../apache/cassandra/auth/CassandraAuthorizer.java |  23 ++-
 .../cassandra/auth/CassandraRoleManager.java       |  45 +++---
 .../cassandra/auth/PasswordAuthenticator.java      |  45 ++----
 .../apache/cassandra/auth/PermissionsCache.java    |  10 +-
 src/java/org/apache/cassandra/auth/Roles.java      |  25 +++-
 src/java/org/apache/cassandra/auth/RolesCache.java |  10 +-
 .../cassandra/auth/jmx/AuthorizationProxy.java     |  15 --
 .../exceptions/AuthenticationException.java        |   5 +
 .../exceptions/UnauthorizedException.java          |   5 +
 .../org/apache/cassandra/service/ClientState.java  |  13 +-
 .../org/apache/cassandra/auth/AuthCacheTest.java   | 164 +++++++++++++++++++++
 13 files changed, 274 insertions(+), 109 deletions(-)
 create mode 100644 test/unit/org/apache/cassandra/auth/AuthCacheTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to