revoke_temporary_authorizations_sync


Description:

public bool revoke_temporary_authorizations_sync (Subject subject, Cancellable? cancellable = null) throws Error

Synchronously revokes all temporary authorization from subject.

The calling thread is blocked until a reply is received. See revoke_temporary_authorizations for the asynchronous version.

Parameters:

this

A Authority.

subject

The subject to revoke authorizations from, typically a UnixSession.

cancellable

A Cancellable or null.

Returns:

true if the temporary authorization was revoked, false if error is set.