pub struct Authentication<'a> { /* private fields */ }Implementations§
Source§impl<'a> Authentication<'a>
impl<'a> Authentication<'a>
Sourcepub async fn get_authentication_configuration(
&self,
) -> Result<AuthenticationConfigurationDto, NifiError>
pub async fn get_authentication_configuration( &self, ) -> Result<AuthenticationConfigurationDto, NifiError>
Retrieves the authentication configuration details and status information
Calls GET /nifi-api/authentication/configuration.
§Permissions
No authentication required.
Auto Trait Implementations§
impl<'a> Freeze for Authentication<'a>
impl<'a> !RefUnwindSafe for Authentication<'a>
impl<'a> Send for Authentication<'a>
impl<'a> Sync for Authentication<'a>
impl<'a> Unpin for Authentication<'a>
impl<'a> UnsafeUnpin for Authentication<'a>
impl<'a> !UnwindSafe for Authentication<'a>
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