| Package | com.adobe.livecycle.ria.security.service |
| Classe | public class AuthResult |
| Héritage | AuthResult Object |
| Implémente | IAuthResult |
| 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 |
AuthResult object is returned as part of calls to perform Single Sign On (SSO) and login methods of
ISecurityManager service. Using the status property the further flow can be decided.
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| authenticated : Boolean [lecture seule]
A flag that indicates whether the user authentication is complete. | AuthResult | ||
![]() | constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | |
| failureCode : String [lecture seule]
In case of Authentication failure it would indicate the failure code. | AuthResult | ||
| status : AuthStatus [lecture seule]
The status of the authentication related call. | AuthResult | ||
| user : IUser [lecture seule]
The current user instance when authentication is successful. | AuthResult | ||
Méthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
Constructor. | AuthResult | ||
![]() |
Indique si la propriété spécifiée d’un objet est définie. | Object | |
![]() |
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 | |
![]() |
Indique si la propriété spécifiée existe et est énumérable. | Object | |
![]() |
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | |
![]() |
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | |
![]() |
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | |
![]() |
Renvoie la valeur primitive de l’objet spécifié. | Object | |
Détails de la propriété
authenticated | propriété |
authenticated:Boolean [lecture seule] | 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 flag that indicates whether the user authentication is complete.
Implémentation
public function get authenticated():BooleanfailureCode | propriété |
failureCode:String [lecture seule] | 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 |
In case of Authentication failure it would indicate the failure code.
Implémentation
public function get failureCode():Stringstatus | propriété |
status:AuthStatus [lecture seule] | 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 |
The status of the authentication related call.
Implémentation
public function get status():AuthStatususer | propriété |
user:IUser [lecture seule] | 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 |
The current user instance when authentication is successful.
Implémentation
public function get user():IUserDétails du constructeur
AuthResult | () | Constructeur |
public function AuthResult(status:AuthStatus, user:IUser = null, failureCode:String)| 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 |
Constructor.
Paramètresstatus:AuthStatus — Specifies the authentication status.
| |
user:IUser (default = null) — Specifies whether the user is associated with current result.
| |
failureCode:String (default = NaN) — failureCode Specifies the code when authentication fails.
|
Tue Jun 12 2018, 09:30 AM Z
Masquer les propriétés publiques héritées
Afficher les propriétés publiques héritées