Pacote | com.adobe.livecycle.ria.security.service |
Classe | public class AuthResult |
Herança | AuthResult Object |
Implementações | IAuthResult |
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. | AuthResult | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
failureCode : String [somente leitura]
In case of Authentication failure it would indicate the failure code. | AuthResult | ||
status : AuthStatus [somente leitura]
The status of the authentication related call. | AuthResult | ||
user : IUser [somente leitura]
The current user instance when authentication is successful. | AuthResult |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | AuthResult | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
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
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
Detalhes do construtor
AuthResult | () | Construtor |
public function AuthResult(status:AuthStatus, user:IUser = null, failureCode:String)
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 |
Constructor.
Parâmetrosstatus: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.
|
Wed Jun 13 2018, 11:10 AM Z