AppserverIo\Appserver\ServletEngine\Security\Auth\Spi\DatabasePDOLoginModule::getRoleSets PHP Method

getRoleSets() protected method

Execute the rolesQuery against the lookupName to obtain the roles for the authenticated user.
protected getRoleSets ( ) : array
return array Array containing the sets of roles
    protected function getRoleSets()
    {
        return Util::getRoleSets($this->getUsername(), new String($this->lookupName), new String($this->rolesQuery), $this);
    }