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'];
    }