Pacchetto | com.adobe.livecycle.ria.security.service |
Classe | public class Ticket |
Ereditarietà | Ticket Object |
Implementa | ITicket |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni 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.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
name : String [sola lettura]
The name of the ticket. | Ticket | ||
type : com.adobe.livecycle.ria.security.api:TicketType [sola lettura]
The type of ticket. | Ticket | ||
value : String [sola lettura]
The value of the ticket. | Ticket |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | Ticket | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Returns the string representation of a ticket. | Ticket | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
name | proprietà |
type | proprietà |
type:com.adobe.livecycle.ria.security.api:TicketType
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The type of ticket.
Implementazione
public function get type():com.adobe.livecycle.ria.security.api:TicketType
value | proprietà |
Descrizione della funzione di costruzione
Ticket | () | Funzione di costruzione |
public function Ticket(name:String, value:String, type:com.adobe.livecycle.ria.security.api:TicketType)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parametriname:String — Specifies the ticket name.
| |
value:String — Specifies the ticket value.
| |
type:com.adobe.livecycle.ria.security.api:TicketType — Specifies the ticket type.
|
Descrizione dei metodi
toString | () | metodo |
public function toString():String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the string representation of a ticket.
RestituisceString — A string value representing the ticket content.
|
Tue Jun 12 2018, 02:44 PM Z