ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.livecycle.ria.security.api 

AuthStatus  - AS3 ADEP Security

Paketcom.adobe.livecycle.ria.security.api
Klassepublic class AuthStatus
VererbungAuthStatus Inheritance Object

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Security 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

Defines the constants for various types of authentication status.

Verwandte API-Elemente



Öffentliche Eigenschaften
 EigenschaftDefiniert von
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
  value : String
[schreibgeschützt] A string value representing the AuthStatus value.
AuthStatus
Öffentliche Methoden
 MethodeDefiniert von
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
  
The String representation of an AuthStatus object.
AuthStatus
  
[statisch] A factory method that creates an AuthStatus object based on the string value.
AuthStatus
Öffentliche Konstanten
 KonstanteDefiniert von
  AUTHENTICATION_FAILED : AuthStatus
[statisch] A special value that indicates the type of event dispatched when authentication fails using the username and password.
AuthStatus
  AUTHENTICATION_REQUIRED : AuthStatus
[statisch] A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails.
AuthStatus
  AUTHENTICATION_SUCCESS : AuthStatus
[statisch] A special value that indicates that the authentication process was successful.
AuthStatus
  LOGOUT_COMPLETE : AuthStatus
[statisch] A special value that indicates the type of event is dispatched when a user logs off.
AuthStatus
Eigenschaftendetails

value

Eigenschaft
value:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Security 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

A string value representing the AuthStatus value.



Implementierung
    public function get value():String
Methodendetails

toString

()Methode
public function toString():String

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Security 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The String representation of an AuthStatus object.

Rückgabewerte
String — An authStatus value as a string value.

valueOf

()Methode 
public static function valueOf(value:String):AuthStatus

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Security 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

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

Parameter

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

Rückgabewerte
AuthStatus — AuthStatus Specifies the instance corresponding to the passed string value.
Konstantendetails

AUTHENTICATION_FAILED

Konstante
public static const AUTHENTICATION_FAILED:AuthStatus

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Security 10
Laufzeitversionen: 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

Konstante 
public static const AUTHENTICATION_REQUIRED:AuthStatus

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Security 10
Laufzeitversionen: 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

Konstante 
public static const AUTHENTICATION_SUCCESS:AuthStatus

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Security 10
Laufzeitversionen: 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

Konstante 
public static const LOGOUT_COMPLETE:AuthStatus

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Security 10
Laufzeitversionen: 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 ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.