pub struct ConfigureTlsCertificateMethodBuilder { /* private fields */ }
Expand description
Builder for ConfigureTlsCertificateMethod
.
Implementations§
source§impl ConfigureTlsCertificateMethodBuilder
impl ConfigureTlsCertificateMethodBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
sourcepub fn disable_binding<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn disable_binding<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
If set, during renewal, skips the matching of presented client identity with the client identity used during login.
sourcepub fn enable_identity_alias_metadata<VALUE: Into<bool>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn enable_identity_alias_metadata<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
If set, metadata of the certificate including the metadata corresponding to allowed_metadata_extensions will be stored in the alias.
sourcepub fn ocsp_cache_size<VALUE: Into<u64>>(&mut self, value: VALUE) -> &mut Self
pub fn ocsp_cache_size<VALUE: Into<u64>>(&mut self, value: VALUE) -> &mut Self
The size of the OCSP response LRU cache. Note that this cache is used for all configured certificates.
sourcepub fn role_cache_size<VALUE: Into<u64>>(&mut self, value: VALUE) -> &mut Self
pub fn role_cache_size<VALUE: Into<u64>>(&mut self, value: VALUE) -> &mut Self
The size of the role cache. Use -1 to disable role caching.
sourcepub fn build(
&self,
) -> Result<ConfigureTlsCertificateMethod, ConfigureTlsCertificateMethodBuilderError>
pub fn build( &self, ) -> Result<ConfigureTlsCertificateMethod, ConfigureTlsCertificateMethodBuilderError>
Trait Implementations§
source§impl Clone for ConfigureTlsCertificateMethodBuilder
impl Clone for ConfigureTlsCertificateMethodBuilder
source§fn clone(&self) -> ConfigureTlsCertificateMethodBuilder
fn clone(&self) -> ConfigureTlsCertificateMethodBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ConfigureTlsCertificateMethodBuilder
impl RefUnwindSafe for ConfigureTlsCertificateMethodBuilder
impl Send for ConfigureTlsCertificateMethodBuilder
impl Sync for ConfigureTlsCertificateMethodBuilder
impl Unpin for ConfigureTlsCertificateMethodBuilder
impl UnwindSafe for ConfigureTlsCertificateMethodBuilder
Blanket Implementations§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)