Uses of Class
org.apache.cassandra.auth.AuthenticatedUser
Packages that use AuthenticatedUser
-
Uses of AuthenticatedUser in org.apache.cassandra.auth
Fields in org.apache.cassandra.auth declared as AuthenticatedUserModifier and TypeFieldDescriptionstatic final AuthenticatedUserAuthenticatedUser.ANONYMOUS_USERstatic final AuthenticatedUserAuthenticatedUser.SYSTEM_USERMethods in org.apache.cassandra.auth that return AuthenticatedUserModifier and TypeMethodDescriptionIAuthenticator.SaslNegotiator.getAuthenticatedUser()Following a sucessful negotiation, get the AuthenticatedUser representing the logged in subject.AllowAllAuthenticator.legacyAuthenticate(Map<String, String> credentialsData) IAuthenticator.legacyAuthenticate(Map<String, String> credentials) A legacy method that is still used by JMX authentication.MutualTlsAuthenticator.legacyAuthenticate(Map<String, String> credentials) PasswordAuthenticator.legacyAuthenticate(Map<String, String> credentials) Methods in org.apache.cassandra.auth that return types with arguments of type AuthenticatedUserModifier and TypeMethodDescriptionCassandraAuthorizer.bulkLoader()Get an initial set of permissions to load into the PermissionsCache at startupMethods in org.apache.cassandra.auth with parameters of type AuthenticatedUserModifier and TypeMethodDescriptionvoidCassandraRoleManager.alterRole(AuthenticatedUser performer, RoleResource role, RoleOptions options) voidIRoleManager.alterRole(AuthenticatedUser performer, RoleResource role, RoleOptions options) Called during execution of ALTER ROLE statement.AllowAllAuthorizer.authorize(AuthenticatedUser user, IResource resource) CassandraAuthorizer.authorize(AuthenticatedUser user, IResource resource) IAuthorizer.authorize(AuthenticatedUser user, IResource resource) Returns a set of permissions of a user on a resource.voidCassandraRoleManager.createRole(AuthenticatedUser performer, RoleResource role, RoleOptions options) voidIRoleManager.createRole(AuthenticatedUser performer, RoleResource role, RoleOptions options) Called during execution of a CREATE ROLE statement.voidCassandraRoleManager.dropRole(AuthenticatedUser performer, RoleResource role) voidIRoleManager.dropRole(AuthenticatedUser performer, RoleResource role) Called during execution of DROP ROLE statement, as well we removing any main record of the role from the system this implies that we want to revoke this role from all other roles that it has been granted to.PermissionsCache.getPermissions(AuthenticatedUser user, IResource resource) AllowAllAuthorizer.grant(AuthenticatedUser performer, Set<Permission> permissions, IResource resource, RoleResource to) CassandraAuthorizer.grant(AuthenticatedUser performer, Set<Permission> permissions, IResource resource, RoleResource grantee) IAuthorizer.grant(AuthenticatedUser performer, Set<Permission> permissions, IResource resource, RoleResource grantee) Grants a set of permissions on a resource to a role.voidCassandraRoleManager.grantRole(AuthenticatedUser performer, RoleResource role, RoleResource grantee) voidIRoleManager.grantRole(AuthenticatedUser performer, RoleResource role, RoleResource grantee) Called during execution of GRANT ROLE query.AllowAllAuthorizer.list(AuthenticatedUser performer, Set<Permission> permissions, IResource resource, RoleResource of) CassandraAuthorizer.list(AuthenticatedUser performer, Set<Permission> permissions, IResource resource, RoleResource grantee) IAuthorizer.list(AuthenticatedUser performer, Set<Permission> permissions, IResource resource, RoleResource grantee) Returns a list of permissions on a resource granted to a role.AllowAllAuthorizer.revoke(AuthenticatedUser performer, Set<Permission> permissions, IResource resource, RoleResource from) CassandraAuthorizer.revoke(AuthenticatedUser performer, Set<Permission> permissions, IResource resource, RoleResource revokee) IAuthorizer.revoke(AuthenticatedUser performer, Set<Permission> permissions, IResource resource, RoleResource revokee) Revokes a set of permissions on a resource from a user.voidCassandraRoleManager.revokeRole(AuthenticatedUser performer, RoleResource role, RoleResource revokee) voidIRoleManager.revokeRole(AuthenticatedUser performer, RoleResource role, RoleResource revokee) Called during the execution of a REVOKE ROLE query. -
Uses of AuthenticatedUser in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return AuthenticatedUserMethods in org.apache.cassandra.service with parameters of type AuthenticatedUserModifier and TypeMethodDescriptionvoidClientState.login(AuthenticatedUser user) Attempts to login the given user.