Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
com.adobe.livecycle.ria.security.api 

AuthFailureCode  - AS3 ADEP Security

Packagecom.adobe.livecycle.ria.security.api
Classepublic class AuthFailureCode
HéritageAuthFailureCode Inheritance Object

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Security 10
Versions du moteur d’exécution: 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.

Eléments de l’API associés



Propriétés publiques
 PropriétéDéfini par
 Inheritedconstructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet.
Object
Méthodes publiques
 MéthodeDéfini par
 Inherited
Indique si la propriété spécifiée d’un objet est définie.
Object
 Inherited
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre.
Object
 Inherited
Indique si la propriété spécifiée existe et est énumérable.
Object
 Inherited
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle.
Object
 Inherited
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur.
Object
 Inherited
Renvoie la représentation sous forme de chaîne de l’objet spécifié.
Object
 Inherited
Renvoie la valeur primitive de l’objet spécifié.
Object
Constantes publiques
 ConstanteDéfini par
  TOKEN_EXPIRED : String = "TOKEN_EXPIRED"
[statique] A special value that indicates that the login token associated with current user session has expired.
AuthFailureCode
  UNKNOWN : String = "UNKNOWN"
[statique] A special value that indicates that actual cause of failure is unknown.
AuthFailureCode
  WRONG_CREDENTIALS : String = "WRONG_CREDENTIALS"
[statique] A special value that indicates that credentials provided by the user are incorrect.
AuthFailureCode
Détails de la constante

TOKEN_EXPIRED

Constante
public static const TOKEN_EXPIRED:String = "TOKEN_EXPIRED"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Security 10
Versions du moteur d’exécution: 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

Constante 
public static const UNKNOWN:String = "UNKNOWN"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Security 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

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

WRONG_CREDENTIALS

Constante 
public static const WRONG_CREDENTIALS:String = "WRONG_CREDENTIALS"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Security 10
Versions du moteur d’exécution: 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 ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.