Pacchetto | com.adobe.livecycle.ria.security.service |
Classe | public class AuthResult |
Ereditarietà | AuthResult Object |
Implementa | IAuthResult |
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. | AuthResult | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
failureCode : String [sola lettura]
In case of Authentication failure it would indicate the failure code. | AuthResult | ||
status : AuthStatus [sola lettura]
The status of the authentication related call. | AuthResult | ||
user : IUser [sola lettura]
The current user instance when authentication is successful. | AuthResult |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | AuthResult | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
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():Boolean
failureCode | 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():String
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():AuthStatus
user | 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():IUser
Descrizione della funzione di costruzione
AuthResult | () | Funzione di costruzione |
public function AuthResult(status:AuthStatus, user:IUser = null, failureCode:String)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parametristatus: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, 02:44 PM Z