Пакет | 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 | свойство |
authenticated:Boolean
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
A flag that indicates whether the user authentication is complete.
Реализация
public function get authenticated():Boolean
failureCode | свойство |
failureCode:String
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
In case of Authentication failure it would indicate the failure code.
Реализация
public function get failureCode():String
Связанные элементы API
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 | свойство |
user:IUser
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The current user instance when authentication is successful.
Реализация
public function get user():IUser
Tue Jun 12 2018, 11:34 AM Z