MySQLGetAllNames#

public class MySQLGetAllNames extends MySQLTransaction implements GetAllNamesImpl#

Retrieve name, role and acl of all entities from the MySQL backend.

Fields#

STMT_GET_ALL_NAMES#

public static final String STMT_GET_ALL_NAMES#

Retrieve tuples (EntityName, EntityRole, ACL) for all entities which have a name.

Constructors#

MySQLGetAllNames#

public MySQLGetAllNames(Access access)#

Methods#

execute#

public List<SparseEntity> execute()#