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