Class

URLCredentialStorage

The manager of a shared credentials cache. 共有資格情報キャッシュの管理者。

Declaration 宣言

class URLCredentialStorage : NSObject

Overview 概要

The shared cache stores and retrieves instances of URLCredential. You can store password-based credentials permanently, based on the URLCredential.Persistence they were created with. Certificate-based credentials are never stored permanently. この共有キャッシュは、URLCredentialのインスタンスを格納および復旧します。あなたはパスワード基盤の資格情報それらを永久に格納することが、それらがそれで作成されたURLCredential.Persistenceに基づいて可能です。証明書基盤の資格情報は、決して永久に格納されません。

Subclassing Notes サブクラス作成の注意

The URLCredentialStorage class is meant to be used as-is, but you can subclass it if you have specific needs, such as screening which credentials are stored. URLCredentialStorageクラスは、そのままで使われることを意図されます、しかしあなたはそれのサブクラスを作ることができます、もしあなたが特別な需要を持つならば、たとえばどの資格情報が格納されるかふるいにかけるなど。

When overriding methods of this class, be aware that methods that take a task parameter are preferred to equivalent methods that do not. Therefore, you should override the task-based methods when subclassing, as follows: このクラスのメソッドをオーバーライドしている場合、taskパラメータを取るメソッドがそうしない同等のメソッドより好まれることを承知しておいてください。それゆえに、あなたは、サブクラスを作る場合は、タスク基盤のメソッドをオーバーライドするべきです、次のように:

Topics 話題

Getting the Credential Storage 資格情報ストレージを取得する

Getting and Setting Default Credentials 省略時の資格情報の取得と設定

Adding and Removing Credentials 資格情報の追加と除去

Retrieving Credentials 資格情報を復旧する

Tracking Credential Storage Changes 資格情報ストレージの変化を追跡する

Relationships 関係

Inherits From 継承元

See Also 参照

Authentication and Credentials 認証と資格情報