LdapTools\Operation\AuthenticationOperation::getSwitchToCredentials PHP Метод

getSwitchToCredentials() публичный Метод

Get whether the connection should switch to be bound under the context of the credentials given by this object when this operation is executed.
public getSwitchToCredentials ( ) : boolean
Результат boolean
    public function getSwitchToCredentials()
    {
        return $this->properties['switchToCredentials'];
    }