適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
com.adobe.livecycle.ria.security.api 

IPin  - AS3 ADEP Security

套件com.adobe.livecycle.ria.security.api
介面public interface IPin
實作者 Pin

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Security 10
執行階段版本: AIR 2.6, Flash Player 10.2

An IPin 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 元素



公用屬性
 屬性定義自
  enabled : Boolean
A flag that indicates whether a pin is enabled.
IPin
  expiry : Date
The date and time when the pin expires.
IPin
  id : String
An identifier to uniquely identify a pin on the server-side.
IPin
  maxUse : int
The maximum number of times a pin can be used.
IPin
  owner : String
The user who the pin is assigned or issued to.
IPin
  useCounter : int
The number of times the current pin has been used in calls made to Experience Server.
IPin
公用方法
 方法定義自
  
Determines whether the current pin has expired.
IPin
  
Determines whether a pin usage has exceeded the maximum usage limit.
IPin
  
Determines whether a pin is valid and can be used.
IPin
屬性詳細資訊

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
方法詳細資訊

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 類別就會以英文顯示。