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

getPassword() 공개 메소드

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