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

getPassword() public method

Return's the principal's password.
public getPassword ( ) : the
return the \AppserverIo\Lang\String The password
    public function getPassword()
    {
        return $this->password;
    }