SimpleAccount.setLocked

Sets whether or not the account is locked and can be used to login.

@param locked <code>true</code> if this Account is locked and thus cannot be used to login, <code>false</code> otherwise.

class SimpleAccount
void
setLocked
(
bool locked
)

Meta