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 

AuthenticationEvent  - AS3 ADEP Security

Paketcom.adobe.livecycle.ria.security.api
Klassepublic class AuthenticationEvent
VererbungAuthenticationEvent Inheritance Event Inheritance Object

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

AuthenticationEvent objects are dispatched by the ISecurityManager class when an authentication related operation is performed.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  authResult : IAuthResult
[schreibgeschützt] The authentication result associated with the event.
AuthenticationEvent
 Inheritedbubbles : Boolean
[schreibgeschützt] Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt.
Event
 Inheritedcancelable : Boolean
[schreibgeschützt] Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann.
Event
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
 InheritedcurrentTarget : Object
[schreibgeschützt] Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet.
Event
 InheritedeventPhase : uint
[schreibgeschützt] Die aktuelle Phase im Ereignisablauf.
Event
 Inheritedtarget : Object
[schreibgeschützt] Das Ereignis-Ziel.
Event
 Inheritedtype : String
[schreibgeschützt] Der Ereignistyp.
Event
Öffentliche Methoden
 MethodeDefiniert von
  
AuthenticationEvent(type:String, authResult:IAuthResult = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
AuthenticationEvent
 Inherited
Dupliziert eine Instanz einer Event-Unterklasse.
Event
 Inherited
formatToString(className:String, ... arguments):String
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen.
Event
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde.
Event
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann.
Event
 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
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält.
Event
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
Öffentliche Konstanten
 KonstanteDefiniert von
  AUTHENTICATION_FAILED : String = "FAILED"
[statisch] A special value that indicates the type of event that is dispatched when authentication fails using the username and password.
AuthenticationEvent
  AUTHENTICATION_REQUIRED : String = "CREDENTIAL_CHALLENGE"
[statisch] A special value that indicates the type of event that is dispatched when authentication using single sign-on (SSO) fails.
AuthenticationEvent
  AUTHENTICATION_SUCCESS : String = "COMPLETE"
[statisch] A special value that indicates that the authentication process was successful.
AuthenticationEvent
  LOGOUT_COMPLETE : String = "LOGGED_OUT"
[statisch] A special value that indicates the type of event that is dispatched a user logs off.
AuthenticationEvent
Eigenschaftendetails

authResult

Eigenschaft
authResult:IAuthResult  [schreibgeschützt]

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

The authentication result associated with the event. Depending on the event type, it can provide more details.



Implementierung
    public function get authResult():IAuthResult
Konstruktordetails

AuthenticationEvent

()Konstruktor
public function AuthenticationEvent(type:String, authResult:IAuthResult = null, bubbles:Boolean = false, cancelable:Boolean = false)

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

Constructor.

Creates a new AuthenticationEvent object. The appropriate dynamic properties are created depending on the event type specified.

Parameter
type:String — Specifies the event type.
 
authResult:IAuthResult (default = null) — Specifies the IAuthResult data related to the event.
 
bubbles:Boolean (default = false) — Specifies whether the event object participates in the bubbling stage of the event flow.
 
cancelable:Boolean (default = false) — Specifies whether the event object can be canceled.
Konstantendetails

AUTHENTICATION_FAILED

Konstante
public static const AUTHENTICATION_FAILED:String = "FAILED"

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 fails using the username and password. As a response to this type of event, an application can show an error message to the user. This event would only happen when authentication is done using username and password and NOT in single sign-on scenario.

AUTHENTICATION_REQUIRED

Konstante 
public static const AUTHENTICATION_REQUIRED:String = "CREDENTIAL_CHALLENGE"

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 for authentication. As a response to this event, an application can display the login page to the user.

AUTHENTICATION_SUCCESS

Konstante 
public static const AUTHENTICATION_SUCCESS:String = "COMPLETE"

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 a username and password. As a response to this event the application can show the welcome page to the user. An application can validate for permissions and roles to further verify the user is allowed access. As a response to this event, an application would do complete the validation and then display the welcome page.

LOGOUT_COMPLETE

Konstante 
public static const LOGOUT_COMPLETE:String = "LOGGED_OUT"

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 a user logs off. As a response to this event, an application can display the logout page. The logout page can inform the user that he has been logged out. Alternatively, an application can display the login page to the user.





[ 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.