Struct hadoop_common::security::SecurityUtil
source · pub struct SecurityUtil;
Expand description
Security Utils.
Implementations§
source§impl SecurityUtil
impl SecurityUtil
sourcepub fn build_token_service(addr: &SocketAddr) -> Text
pub fn build_token_service(addr: &SocketAddr) -> Text
Construct the service key for a token
Auto Trait Implementations§
impl RefUnwindSafe for SecurityUtil
impl Send for SecurityUtil
impl Sync for SecurityUtil
impl Unpin for SecurityUtil
impl UnwindSafe for SecurityUtil
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