Пакет | com.adobe.livecycle.ria.security.service |
Класс | public class AuthResult |
Наследование | AuthResult Object |
Реализует | IAuthResult |
Язык версии: | 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. | AuthResult | ||
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | ||
failureCode : String [только для чтения]
In case of Authentication failure it would indicate the failure code. | AuthResult | ||
status : AuthStatus [только для чтения]
The status of the authentication related call. | AuthResult | ||
user : IUser [только для чтения]
The current user instance when authentication is successful. | AuthResult |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | AuthResult | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Сведения о свойстве
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
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
Сведения о конструкторе
AuthResult | () | Конструктор |
public function AuthResult(status:AuthStatus, user:IUser = null, failureCode:String)
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Constructor.
Параметрыstatus:AuthStatus — Specifies the authentication status.
| |
user:IUser (default = null ) — Specifies whether the user is associated with current result.
| |
failureCode:String (default = NaN ) — failureCode Specifies the code when authentication fails.
|
Tue Jun 12 2018, 11:34 AM Z