包 | 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, 11:04 AM Z