パッケージ | com.adobe.livecycle.ria.security.service |
クラス | public class AuthResult |
継承 | AuthResult Object |
実装 | IAuthResult |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
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. | AuthResult | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
failureCode : String [読み取り専用]
In case of Authentication failure it would indicate the failure code. | AuthResult | ||
status : AuthStatus [読み取り専用]
The status of the authentication related call. | AuthResult | ||
user : IUser [読み取り専用]
The current user instance when authentication is successful. | AuthResult |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | AuthResult | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
authenticated | プロパティ |
failureCode | プロパティ |
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 | プロパティ |
コンストラクターの詳細
AuthResult | () | コンストラクター |
public function AuthResult(status:AuthStatus, user:IUser = null, failureCode:String)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Constructor.
パラメーターstatus:AuthStatus — Specifies the authentication status.
| |
user:IUser (default = null ) — Specifies whether the user is associated with current result.
| |
failureCode:String (default = NaN ) — failureCode Specifies the code when authentication fails.
|
Tue Jun 12 2018, 10:34 AM Z