パッケージ | com.adobe.livecycle.ria.security.api |
クラス | public class AuthStatus |
継承 | AuthStatus Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
関連する API エレメント
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
value : String [読み取り専用]
A string value representing the AuthStatus value. | AuthStatus |
メソッド | 定義元 | ||
---|---|---|---|
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
The String representation of an AuthStatus object. | AuthStatus | ||
[静的]
A factory method that creates an AuthStatus object based on the string value. | AuthStatus |
定数 | 定義元 | ||
---|---|---|---|
AUTHENTICATION_FAILED : AuthStatus [静的]
A special value that indicates the type of event dispatched when authentication fails using the username and password. | AuthStatus | ||
AUTHENTICATION_REQUIRED : AuthStatus [静的]
A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails. | AuthStatus | ||
AUTHENTICATION_SUCCESS : AuthStatus [静的]
A special value that indicates that the authentication process was successful. | AuthStatus | ||
LOGOUT_COMPLETE : AuthStatus [静的]
A special value that indicates the type of event is dispatched when a user logs off. | AuthStatus |
value | プロパティ |
toString | () | メソッド |
valueOf | () | メソッド |
public static function valueOf(value:String):AuthStatus
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
A factory method that creates an AuthStatus
object based on the string value.
パラメーター
value:String — Specifies the status value as a string value.
|
AuthStatus — AuthStatus Specifies the instance corresponding to the passed string value.
|
AUTHENTICATION_FAILED | 定数 |
public static const AUTHENTICATION_FAILED:AuthStatus
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
A special value that indicates the type of event dispatched when authentication fails using the username and password. As a response to this type of event, an application can display an error message to the user. This event only occurs when authentication is attempted using a username and password. This event does not occur when single sign-on is used..
AUTHENTICATION_REQUIRED | 定数 |
public static const AUTHENTICATION_REQUIRED:AuthStatus
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails. When SSO fails, the user's username and password is required to authenticate. As a response to this event, the application can display a login page to the user.
AUTHENTICATION_SUCCESS | 定数 |
public static const AUTHENTICATION_SUCCESS:AuthStatus
言語バージョン: | 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 authentication process was successful. Authentication can be completed using single sign-on (SSO) or using a username and password. As a response to this event, an application can display the welcome page to the user. Application can perform specific validation for permissions and roles to verify the user has access. In a response to this event, the application completes the user validation, and then display the welcome page.
LOGOUT_COMPLETE | 定数 |
public static const LOGOUT_COMPLETE:AuthStatus
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
A special value that indicates the type of event is dispatched when a user logs off. As a response to this event, ab application can display logout page to inform the user that he has been logged out. Alternatively, the application can display the login page.
Tue Jun 12 2018, 10:34 AM Z