[][src]Trait uikit_sys::INSURLCredentialStorage

pub trait INSURLCredentialStorage: Sized + Deref {
    unsafe fn credentialsForProtectionSpace_(
        self,
        space: NSURLProtectionSpace
    ) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setCredential_forProtectionSpace_(
        self,
        credential: NSURLCredential,
        space: NSURLProtectionSpace
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeCredential_forProtectionSpace_(
        self,
        credential: NSURLCredential,
        space: NSURLProtectionSpace
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeCredential_forProtectionSpace_options_(
        self,
        credential: NSURLCredential,
        space: NSURLProtectionSpace,
        options: NSDictionary
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn defaultCredentialForProtectionSpace_(
        self,
        space: NSURLProtectionSpace
    ) -> NSURLCredential
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setDefaultCredential_forProtectionSpace_(
        self,
        credential: NSURLCredential,
        space: NSURLProtectionSpace
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn allCredentials(self) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn sharedCredentialStorage() -> NSURLCredentialStorage
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn credentialsForProtectionSpace_(
    self,
    space: NSURLProtectionSpace
) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn setCredential_forProtectionSpace_(
    self,
    credential: NSURLCredential,
    space: NSURLProtectionSpace
) where
    Self::Target: Message + Sized

unsafe fn removeCredential_forProtectionSpace_(
    self,
    credential: NSURLCredential,
    space: NSURLProtectionSpace
) where
    Self::Target: Message + Sized

unsafe fn removeCredential_forProtectionSpace_options_(
    self,
    credential: NSURLCredential,
    space: NSURLProtectionSpace,
    options: NSDictionary
) where
    Self::Target: Message + Sized

unsafe fn defaultCredentialForProtectionSpace_(
    self,
    space: NSURLProtectionSpace
) -> NSURLCredential where
    Self::Target: Message + Sized

unsafe fn setDefaultCredential_forProtectionSpace_(
    self,
    credential: NSURLCredential,
    space: NSURLProtectionSpace
) where
    Self::Target: Message + Sized

unsafe fn allCredentials(self) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn sharedCredentialStorage() -> NSURLCredentialStorage where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSURLCredentialStorage for NSURLCredentialStorage[src]

Loading content...