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

AuthStatus  - AS3 ADEP Security

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

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

Defines the constants for various types of authentication status.

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



Общедоступные свойства
 СвойствоОпределено
 Inheritedconstructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта.
Object
  value : String
[только для чтения] A string value representing the AuthStatus value.
AuthStatus
Общедоступные методы
 МетодОпределено
 Inherited
Показывает, определено ли заданное свойство для объекта.
Object
 Inherited
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра.
Object
 Inherited
Показывает наличие заданного свойства и его перечисляемость.
Object
 Inherited
Задает доступность динамического свойства для операций цикла.
Object
 Inherited
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали.
Object
  
The String representation of an AuthStatus object.
AuthStatus
  
[статические] A factory method that creates an AuthStatus object based on the string value.
AuthStatus
Общедоступные константы
 КонстантаОпределено
  AUTHENTICATION_FAILED : AuthStatus
[статические] A special value that indicates the type of event dispatched when authentication fails using the username and password.
AuthStatus
  AUTHENTICATION_REQUIRED : AuthStatus
[статические] A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails.
AuthStatus
  AUTHENTICATION_SUCCESS : AuthStatus
[статические] A special value that indicates that the authentication process was successful.
AuthStatus
  LOGOUT_COMPLETE : AuthStatus
[статические] A special value that indicates the type of event is dispatched when a user logs off.
AuthStatus
Сведения о свойстве

value

свойство
value:String  [только для чтения]

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

A string value representing the AuthStatus value.



Реализация
    public function get value():String
Сведения о методе

toString

()метод
public function toString():String

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

The String representation of an AuthStatus object.

Возвращает
String — An authStatus value as a string value.

valueOf

()метод 
public static function valueOf(value:String):AuthStatus

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

A factory method that creates an AuthStatus object based on the string value.

Параметры

value:String — Specifies the status value as a string value.

Возвращает
AuthStatus — AuthStatus Specifies the instance corresponding to the passed string value.
Сведения о константе

AUTHENTICATION_FAILED

Константа
public static const AUTHENTICATION_FAILED:AuthStatus

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

A special value that indicates the type of event dispatched when authentication fails using the username and password. As a response to this type of event, an application can display an error message to the user. This event only occurs when authentication is attempted using a username and password. This event does not occur when single sign-on is used..

AUTHENTICATION_REQUIRED

Константа 
public static const AUTHENTICATION_REQUIRED:AuthStatus

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

A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails. When SSO fails, the user's username and password is required to authenticate. As a response to this event, the application can display a login page to the user.

AUTHENTICATION_SUCCESS

Константа 
public static const AUTHENTICATION_SUCCESS:AuthStatus

Язык версии: 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 authentication process was successful. Authentication can be completed using single sign-on (SSO) or using a username and password. As a response to this event, an application can display the welcome page to the user. Application can perform specific validation for permissions and roles to verify the user has access. In a response to this event, the application completes the user validation, and then display the welcome page.

LOGOUT_COMPLETE

Константа 
public static const LOGOUT_COMPLETE:AuthStatus

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

A special value that indicates the type of event is dispatched when a user logs off. As a response to this event, ab application can display logout page to inform the user that he has been logged out. Alternatively, the application can display the login page.





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

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