パッケージ | 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, 10:34 AM Z