套件 | 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, 03:47 PM Z