pub struct IdmServerCredUpdateTransaction<'a> { /* private fields */ }Implementations§
Source§impl IdmServerCredUpdateTransaction<'_>
 
impl IdmServerCredUpdateTransaction<'_>
pub fn credential_update_status( &self, cust: &CredentialUpdateSessionToken, ct: Duration, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_primary_set_password( &self, cust: &CredentialUpdateSessionToken, ct: Duration, pw: &str, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_primary_init_totp( &self, cust: &CredentialUpdateSessionToken, ct: Duration, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_primary_check_totp( &self, cust: &CredentialUpdateSessionToken, ct: Duration, totp_chal: u32, label: &str, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_primary_accept_sha1_totp( &self, cust: &CredentialUpdateSessionToken, ct: Duration, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_primary_remove_totp( &self, cust: &CredentialUpdateSessionToken, ct: Duration, label: &str, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_primary_init_backup_codes( &self, cust: &CredentialUpdateSessionToken, ct: Duration, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_primary_remove_backup_codes( &self, cust: &CredentialUpdateSessionToken, ct: Duration, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_primary_delete( &self, cust: &CredentialUpdateSessionToken, ct: Duration, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_passkey_init( &self, cust: &CredentialUpdateSessionToken, ct: Duration, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_passkey_finish( &self, cust: &CredentialUpdateSessionToken, ct: Duration, label: String, reg: &RegisterPublicKeyCredential, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_passkey_remove( &self, cust: &CredentialUpdateSessionToken, ct: Duration, uuid: Uuid, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_attested_passkey_init( &self, cust: &CredentialUpdateSessionToken, ct: Duration, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_attested_passkey_finish( &self, cust: &CredentialUpdateSessionToken, ct: Duration, label: String, reg: &RegisterPublicKeyCredential, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_attested_passkey_remove( &self, cust: &CredentialUpdateSessionToken, ct: Duration, uuid: Uuid, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_unix_set_password( &self, cust: &CredentialUpdateSessionToken, ct: Duration, pw: &str, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_unix_delete( &self, cust: &CredentialUpdateSessionToken, ct: Duration, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_sshkey_add( &self, cust: &CredentialUpdateSessionToken, ct: Duration, label: String, sshpubkey: SshPublicKey, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_sshkey_remove( &self, cust: &CredentialUpdateSessionToken, ct: Duration, label: &str, ) -> Result<CredentialUpdateSessionStatus, OperationError>
pub fn credential_update_cancel_mfareg( &self, cust: &CredentialUpdateSessionToken, ct: Duration, ) -> Result<CredentialUpdateSessionStatus, OperationError>
Auto Trait Implementations§
impl<'a> !Freeze for IdmServerCredUpdateTransaction<'a>
impl<'a> !RefUnwindSafe for IdmServerCredUpdateTransaction<'a>
impl<'a> Send for IdmServerCredUpdateTransaction<'a>
impl<'a> Sync for IdmServerCredUpdateTransaction<'a>
impl<'a> Unpin for IdmServerCredUpdateTransaction<'a>
impl<'a> !UnwindSafe for IdmServerCredUpdateTransaction<'a>
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
    T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> FutureExt for T
 
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
 
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
 
fn with_current_context(self) -> WithContext<Self>
§impl<T> Instrument for T
 
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoRequest<T> for T
 
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
 
fn into_request(self) -> Request<T>
Wrap the input message 
T in a tonic::Request