Paquete | com.adobe.livecycle.ria.security.api |
Interfaz | public interface IAuthResult |
Implementadores | AuthResult |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | 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.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
authenticated : Boolean [solo lectura]
A flag that indicates whether the user authentication is complete. | IAuthResult | ||
failureCode : String [solo lectura]
In case of Authentication failure it would indicate the failure code. | IAuthResult | ||
status : AuthStatus [solo lectura]
The status of the authentication related call. | IAuthResult | ||
user : IUser [solo lectura]
The current user instance when authentication is successful. | IAuthResult |
Información sobre propiedades
authenticated | propiedad |
authenticated:Boolean
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
A flag that indicates whether the user authentication is complete.
Implementación
public function get authenticated():Boolean
failureCode | propiedad |
failureCode:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
In case of Authentication failure it would indicate the failure code.
Implementación
public function get failureCode():String
Elementos de API relacionados
status | propiedad |
status:AuthStatus
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The status of the authentication related call.
Implementación
public function get status():AuthStatus
user | propiedad |
user:IUser
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The current user instance when authentication is successful.
Implementación
public function get user():IUser
Tue Jun 12 2018, 02:12 PM Z