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

IAuthResult  - AS3 ADEP Security

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

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

The AuthResult object is returned as part of calls to perform Single Sign On (SSO) and login methods of ISecurityManager service. Using the status property the further flow can be decided.



公用屬性
 屬性定義自
  authenticated : Boolean
[唯讀] A flag that indicates whether the user authentication is complete.
IAuthResult
  failureCode : String
[唯讀] In case of Authentication failure it would indicate the failure code.
IAuthResult
  status : AuthStatus
[唯讀] The status of the authentication related call.
IAuthResult
  user : IUser
[唯讀] The current user instance when authentication is successful.
IAuthResult
屬性詳細資訊

authenticated

屬性
authenticated:Boolean  [唯讀]

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

A flag that indicates whether the user authentication is complete.



實作
    public function get authenticated():Boolean

failureCode

屬性 
failureCode:String  [唯讀]

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

In case of Authentication failure it would indicate the failure code.



實作
    public function get failureCode():String

相關 API 元素

status

屬性 
status:AuthStatus  [唯讀]

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

The status of the authentication related call.



實作
    public function get status():AuthStatus

user

屬性 
user:IUser  [唯讀]

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

The current user instance when authentication is successful.



實作
    public function get user():IUser




[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。