패키지 | 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:17 PM Z