| Pacchetto | com.adobe.livecycle.ria.security.api |
| Interfaccia | public interface IAuthResult |
| Implementatori | AuthResult |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
| Versioni runtime: | 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.
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| authenticated : Boolean [sola lettura]
A flag that indicates whether the user authentication is complete. | IAuthResult | ||
| failureCode : String [sola lettura]
In case of Authentication failure it would indicate the failure code. | IAuthResult | ||
| status : AuthStatus [sola lettura]
The status of the authentication related call. | IAuthResult | ||
| user : IUser [sola lettura]
The current user instance when authentication is successful. | IAuthResult | ||
Descrizione delle proprietà
authenticated | proprietà |
authenticated:Boolean [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
A flag that indicates whether the user authentication is complete.
Implementazione
public function get authenticated():BooleanfailureCode | proprietà |
failureCode:String [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
In case of Authentication failure it would indicate the failure code.
Implementazione
public function get failureCode():StringElementi API correlati
status | proprietà |
status:AuthStatus [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The status of the authentication related call.
Implementazione
public function get status():AuthStatususer | proprietà |
user:IUser [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The current user instance when authentication is successful.
Implementazione
public function get user():IUserTue Jun 12 2018, 02:44 PM Z