Class

URLProtectionSpace

A server or an area on a server, commonly referred to as a realm, that requires authentication. あるサーバーまたはサーバー上のある場所、一般にレルムと呼ばれます、それは認証を必要とします。

Declaration 宣言

class URLProtectionSpace : NSObject

Overview 概要

A protection space defines a series of matching constraints that determine which credential should be provided. For example, if a request provides your delegate with a URLAuthenticationChallenge object that requests a client username and password, your app should provide the correct username and password for the particular host, port, protocol, and realm, as specified in the challenge’s protection space. ある保護空間は、一連の合致する制約を定義します、それはどの資格情報が提供されるべきかを決定します。例えば、あるリクエストがあなたの委任先を、クライアントユーザ名とパスワードを要求するあるURLAuthenticationChallengeで提供するならば、あなたのアプリは正しいユーザ名とパスワードを特定のホスト、ポート、プロトコル、そしてレルムに対して、チャレンジのもつ保護空間において指定されるように提供すべきです。

Topics 話題

Creating a Protection Space 保護空間を作成する

Getting Protection Space Properties 保護空間プロパティを取得する

Identifying Protection Space Properties 保護空間プロパティを識別する

Instance Methods インスタンス メソッド

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Authentication and Credentials 認証と資格情報