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

AuthFailureCode  - AS3 ADEP Security

パッケージcom.adobe.livecycle.ria.security.api
クラスpublic class AuthFailureCode
継承AuthFailureCode Inheritance Object

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

Defines constants that define possible causes related to an authentication failure.

Client-side code can use these codes to compare against the value returned by IAuthResult.failureCode and then display the appropriate message to the user.

関連する API エレメント



パブリックプロパティ
 プロパティ定義元
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
パブリックメソッド
 メソッド定義元
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
パブリック定数
 定数定義元
  TOKEN_EXPIRED : String = "TOKEN_EXPIRED"
[静的] A special value that indicates that the login token associated with current user session has expired.
AuthFailureCode
  UNKNOWN : String = "UNKNOWN"
[静的] A special value that indicates that actual cause of failure is unknown.
AuthFailureCode
  WRONG_CREDENTIALS : String = "WRONG_CREDENTIALS"
[静的] A special value that indicates that credentials provided by the user are incorrect.
AuthFailureCode
定数の詳細

TOKEN_EXPIRED

定数
public static const TOKEN_EXPIRED:String = "TOKEN_EXPIRED"

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

A special value that indicates that the login token associated with current user session has expired.

This would be the case when a user session has exceeded the session timeout. The Experience Server maintains an expiry time with user session. And if no communication happens between the client and server then the user session would get expired after certain period. This timeout duration is configurable on the server-side.

UNKNOWN

定数 
public static const UNKNOWN:String = "UNKNOWN"

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

A special value that indicates that actual cause of failure is unknown.

WRONG_CREDENTIALS

定数 
public static const WRONG_CREDENTIALS:String = "WRONG_CREDENTIALS"

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

A special value that indicates that credentials provided by the user are incorrect.

This would be the case when user has performed authentication via username and password through ISecurityManager.login call and the credentials were found to be invalid.





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

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