Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.livecycle.ria.security.service 

Pin  - AS3 ADEP Security

パッケージcom.adobe.livecycle.ria.security.service
クラスpublic class Pin
継承Pin Inheritance Object
実装 IPin

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

A Pin object is a type of ticket which can be used to authenticate a user in remote call.

A pin instance is typically used to perform authentication for file uploads. The pin can be obtained by using the ISecurityManager.getTicket method.

関連する API エレメント

ISecurityManager.getTicket


パブリックプロパティ
 プロパティ定義元
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
  enabled : Boolean
A flag that indicates whether a pin is enabled.
Pin
  expiry : Date
The date and time when the pin expires.
Pin
  id : String
An identifier to uniquely identify a pin on the server-side.
Pin
  maxUse : int
The maximum number of times a pin can be used.
Pin
  owner : String
The user who the pin is assigned or issued to.
Pin
  useCounter : int
The number of times the current pin has been used in calls made to Experience Server.
Pin
パブリックメソッド
 メソッド定義元
  
Pin()
Constructor.
Pin
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
  
Determines whether the current pin has expired.
Pin
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
  
Determines whether a pin usage has exceeded the maximum usage limit.
Pin
  
Determines whether a pin is valid and can be used.
Pin
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
プロパティの詳細

enabled

プロパティ
enabled:Boolean

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

A flag that indicates whether a pin is enabled. A value of True specifies that the pin is enabled.



実装
    public function get enabled():Boolean
    public function set enabled(value:Boolean):void

expiry

プロパティ 
expiry:Date

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The date and time when the pin expires.



実装
    public function get expiry():Date
    public function set expiry(value:Date):void

id

プロパティ 
id:String

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

An identifier to uniquely identify a pin on the server-side.



実装
    public function get id():String
    public function set id(value:String):void

maxUse

プロパティ 
maxUse:int

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The maximum number of times a pin can be used.



実装
    public function get maxUse():int
    public function set maxUse(value:int):void

owner

プロパティ 
owner:String

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The user who the pin is assigned or issued to.



実装
    public function get owner():String
    public function set owner(value:String):void

useCounter

プロパティ 
useCounter:int

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The number of times the current pin has been used in calls made to Experience Server.



実装
    public function get useCounter():int
    public function set useCounter(value:int):void
コンストラクターの詳細

Pin

()コンストラクター
public function Pin()

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Constructor.

メソッドの詳細

isPinExpired

()メソッド
public function isPinExpired():Boolean

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Determines whether the current pin has expired.

戻り値
Boolean — A boolean value to indicate whether the pin has expired. A value of True indicates that the pin expired.

isUseCounterExceededMaxUsage

()メソッド 
public function isUseCounterExceededMaxUsage():Boolean

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Determines whether a pin usage has exceeded the maximum usage limit.

戻り値
Boolean — A flag to indicate whether the pin usage exceeds the maximum usage. A value of True indicates that the pin usage count exceeds the maximum use limit.

isValid

()メソッド 
public function isValid():Boolean

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Security 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Determines whether a pin is valid and can be used.

A pin is considered to be valid if it has not expired and its usage count is less than the maximum allowed limit.

戻り値
Boolean — A boolean value that indicates whether the pin is valid. A value of True indicates that the pin is valid.




[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。