Class AddIdentityStatement

All Implemented Interfaces:
CQLStatement

public class AddIdentityStatement extends AuthenticationStatement
Cqlsh statement to add identity into roles_to_identity table for storing authorized identities for mTLS connections. Performs some checks before adding the identity to roles table.

EX: ADD IDENTITY 'testIdentity' TO ROLE 'testRole'