Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
com.adobe.livecycle.ria.security.api 

AuthFailureCode  - AS3 ADEP Security

Пакетcom.adobe.livecycle.ria.security.api
Классpublic class AuthFailureCode
НаследованиеAuthFailureCode Inheritance Object

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Security 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

Defines constants that define possible causes related to an authentication failure.

Client-side code can use these codes to compare against the value returned by IAuthResult.failureCode and then display the appropriate message to the user.

Связанные элементы API



Общедоступные свойства
 СвойствоОпределено
 Inheritedconstructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта.
Object
Общедоступные методы
 МетодОпределено
 Inherited
Показывает, определено ли заданное свойство для объекта.
Object
 Inherited
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра.
Object
 Inherited
Показывает наличие заданного свойства и его перечисляемость.
Object
 Inherited
Задает доступность динамического свойства для операций цикла.
Object
 Inherited
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали.
Object
 Inherited
Возвращает строковое представление заданного объекта.
Object
 Inherited
Возвращает элементарное значение заданного объекта.
Object
Общедоступные константы
 КонстантаОпределено
  TOKEN_EXPIRED : String = "TOKEN_EXPIRED"
[статические] A special value that indicates that the login token associated with current user session has expired.
AuthFailureCode
  UNKNOWN : String = "UNKNOWN"
[статические] A special value that indicates that actual cause of failure is unknown.
AuthFailureCode
  WRONG_CREDENTIALS : String = "WRONG_CREDENTIALS"
[статические] A special value that indicates that credentials provided by the user are incorrect.
AuthFailureCode
Сведения о константе

TOKEN_EXPIRED

Константа
public static const TOKEN_EXPIRED:String = "TOKEN_EXPIRED"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Security 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

A special value that indicates that the login token associated with current user session has expired.

This would be the case when a user session has exceeded the session timeout. The Experience Server maintains an expiry time with user session. And if no communication happens between the client and server then the user session would get expired after certain period. This timeout duration is configurable on the server-side.

UNKNOWN

Константа 
public static const UNKNOWN:String = "UNKNOWN"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Security 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

A special value that indicates that actual cause of failure is unknown.

WRONG_CREDENTIALS

Константа 
public static const WRONG_CREDENTIALS:String = "WRONG_CREDENTIALS"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Security 10
Версии среды выполнения: AIR 2.6, Flash Player 10.2

A special value that indicates that credentials provided by the user are incorrect.

This would be the case when user has performed authentication via username and password through ISecurityManager.login call and the credentials were found to be invalid.





[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.