Pacote | com.adobe.livecycle.ria.security.api |
Classe | public class AuthOptions |
Herança | AuthOptions Object |
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 |
AuthOptions
class captures the authentication options. Authentication options
determine the behavior of an authentication operation.
The attributes properties would be passed as request parameter in the calls made by ISecurityManager
class to the Experience Server.
Elementos da API relacionados
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
attributes : Object [somente leitura]
Current set of attributes. | AuthOptions | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | AuthOptions | ||
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 | ||
Sets the shortTicket, which might have been saved in offline mode, and is being used to resume
a pre-existing session. | AuthOptions | ||
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
attributes | propriedade |
Detalhes do construtor
AuthOptions | () | Construtor |
public function AuthOptions()
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.
Detalhes do método
setInitialTicket | () | método |
public function setInitialTicket(ticketName:String, ticketValue:String):void
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 |
Sets the shortTicket, which might have been saved in offline mode, and is being used to resume a pre-existing session.
This mechanism allows resuming an existing session, in particular Adobe AIR applications.
Parâmetros
ticketName:String — Specifies the name of the ticket.
| |
ticketValue:String — Specifies the value of the ticket.
|
Wed Jun 13 2018, 11:10 AM Z