AppserverIo\Appserver\ServletEngine\Security\GenericPrincipal::getRoles PHP 메소드

getRoles() 공개 메소드

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