Pacote | com.adobe.livecycle.ria.security.api |
Interface | public interface IAuthResult |
Implementadores | AuthResult |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de 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.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
authenticated : Boolean [somente leitura]
A flag that indicates whether the user authentication is complete. | IAuthResult | ||
failureCode : String [somente leitura]
In case of Authentication failure it would indicate the failure code. | IAuthResult | ||
status : AuthStatus [somente leitura]
The status of the authentication related call. | IAuthResult | ||
user : IUser [somente leitura]
The current user instance when authentication is successful. | IAuthResult |
Detalhes da propriedade
authenticated | propriedade |
authenticated:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
A flag that indicates whether the user authentication is complete.
Implementação
public function get authenticated():Boolean
failureCode | propriedade |
failureCode:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
In case of Authentication failure it would indicate the failure code.
Implementação
public function get failureCode():String
Elementos da API relacionados
status | propriedade |
status:AuthStatus
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The status of the authentication related call.
Implementação
public function get status():AuthStatus
user | propriedade |
user:IUser
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The current user instance when authentication is successful.
Implementação
public function get user():IUser
Wed Jun 13 2018, 11:10 AM Z