AppserverIo\Appserver\ServletEngine\Security\Auth\Spi\DatabasePDOLoginModule::getRoleSets PHP Метод

getRoleSets() защищенный Метод

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