Pacote | com.adobe.livecycle.ria.security.service |
Classe | public class Ticket |
Herança | Ticket Object |
Implementações | ITicket |
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 |
Ticket
class represents a ticket that can be used to authenticate the user while making Remoting calls.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
name : String [somente leitura]
The name of the ticket. | Ticket | ||
type : com.adobe.livecycle.ria.security.api:TicketType [somente leitura]
The type of ticket. | Ticket | ||
value : String [somente leitura]
The value of the ticket. | Ticket |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | Ticket | ||
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 | ||
Returns the string representation of a ticket. | Ticket | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
name | propriedade |
type | propriedade |
type:com.adobe.livecycle.ria.security.api:TicketType
[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 type of ticket.
Implementação
public function get type():com.adobe.livecycle.ria.security.api:TicketType
value | propriedade |
Detalhes do construtor
Ticket | () | Construtor |
public function Ticket(name:String, value:String, type:com.adobe.livecycle.ria.security.api:TicketType)
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âmetrosname:String — Specifies the ticket name.
| |
value:String — Specifies the ticket value.
| |
type:com.adobe.livecycle.ria.security.api:TicketType — Specifies the ticket type.
|
Detalhes do método
toString | () | método |
public function toString():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 |
Returns the string representation of a ticket.
RetornaString — A string value representing the ticket content.
|
Wed Jun 13 2018, 11:10 AM Z