Pakiet | com.adobe.livecycle.ria.security.api |
Interfejs | public interface IAuthResult |
Implementory | AuthResult |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
authenticated : Boolean [tylko do odczytu]
A flag that indicates whether the user authentication is complete. | IAuthResult | ||
failureCode : String [tylko do odczytu]
In case of Authentication failure it would indicate the failure code. | IAuthResult | ||
status : AuthStatus [tylko do odczytu]
The status of the authentication related call. | IAuthResult | ||
user : IUser [tylko do odczytu]
The current user instance when authentication is successful. | IAuthResult |
Szczegół właściwości
authenticated | właściwość |
authenticated:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
A flag that indicates whether the user authentication is complete.
Implementacja
public function get authenticated():Boolean
failureCode | właściwość |
failureCode:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
In case of Authentication failure it would indicate the failure code.
Implementacja
public function get failureCode():String
Powiązane elementy interfejsu API
status | właściwość |
status:AuthStatus
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The status of the authentication related call.
Implementacja
public function get status():AuthStatus
user | właściwość |
user:IUser
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The current user instance when authentication is successful.
Implementacja
public function get user():IUser
Tue Jun 12 2018, 12:06 PM Z