包 | com.adobe.livecycle.ria.security.api |
接口 | public interface IAuthResult |
实现器 | AuthResult |
语言版本: | 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. | IAuthResult | ||
failureCode : String [只读]
In case of Authentication failure it would indicate the failure code. | IAuthResult | ||
status : AuthStatus [只读]
The status of the authentication related call. | IAuthResult | ||
user : IUser [只读]
The current user instance when authentication is successful. | IAuthResult |
属性详细信息
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 | 属性 |
Tue Jun 12 2018, 11:04 AM Z