AppserverIo\Appserver\ServletEngine\Security\GenericPrincipal::getRoles PHP Method

getRoles() public method

Return's the principal's roles.
public getRoles ( ) : the
return the \AppserverIo\Collection\ArrayList The roles
    public function getRoles()
    {
        return $this->roles;
    }