Package | com.adobe.livecycle.ria.security.api |
Interface | public interface IAuthResult |
Implémenteurs | AuthResult |
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. | IAuthResult | ||
failureCode : String [lecture seule]
In case of Authentication failure it would indicate the failure code. | IAuthResult | ||
status : AuthStatus [lecture seule]
The status of the authentication related call. | IAuthResult | ||
user : IUser [lecture seule]
The current user instance when authentication is successful. | IAuthResult |
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():Boolean
failureCode | 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():String
Eléments de l’API associés
status | 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():AuthStatus
user | 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():IUser
Tue Jun 12 2018, 09:30 AM Z