Paquete | com.adobe.livecycle.ria.security.service |
Clase | public class Ticket |
Herencia | Ticket Object |
Implementa | ITicket |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Ticket
class represents a ticket that can be used to authenticate the user while making Remoting calls.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
name : String [solo lectura]
The name of the ticket. | Ticket | ||
type : com.adobe.livecycle.ria.security.api:TicketType [solo lectura]
The type of ticket. | Ticket | ||
value : String [solo lectura]
The value of the ticket. | Ticket |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | Ticket | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Returns the string representation of a ticket. | Ticket | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre propiedades
name | propiedad |
type | propiedad |
type:com.adobe.livecycle.ria.security.api:TicketType
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The type of ticket.
Implementación
public function get type():com.adobe.livecycle.ria.security.api:TicketType
value | propiedad |
Información sobre constructores
Ticket | () | Información sobre |
public function Ticket(name:String, value:String, type:com.adobe.livecycle.ria.security.api:TicketType)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | 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.
|
Información sobre métodos
toString | () | método |
public function toString():String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the string representation of a ticket.
Valor devueltoString — A string value representing the ticket content.
|
Tue Jun 12 2018, 02:12 PM Z