Trait StartKeyRotationExt

Source
pub trait StartKeyRotationExt {
    // Required methods
    fn start_key_rotation(&mut self, username: String, password: String);
    fn start_key_rotation_with_keystore(&mut self, keystore: Keystore);
}
Expand description

A Commands extension used to start key rotation.

Required Methods§

Source

fn start_key_rotation(&mut self, username: String, password: String)

Start (and block) the key rotation by authenticating with the auth provider.

Source

fn start_key_rotation_with_keystore(&mut self, keystore: Keystore)

Start the key rotation immediately with a keystore.

Implementations on Foreign Types§

Source§

impl StartKeyRotationExt for Commands<'_, '_>

Source§

fn start_key_rotation(&mut self, username: String, password: String)

Source§

fn start_key_rotation_with_keystore(&mut self, keystore: Keystore)

Implementors§