ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.livecycle.ria.security.service 

Ticket  - AS3 ADEP Security

Packagecom.adobe.livecycle.ria.security.service
Classpublic class Ticket
InheritanceTicket Inheritance Object
Implements ITicket

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Security 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The Ticket class represents a ticket that can be used to authenticate the user while making Remoting calls.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  name : String
[read-only] The name of the ticket.
Ticket
  type : com.adobe.livecycle.ria.security.api:TicketType
[read-only] The type of ticket.
Ticket
  value : String
[read-only] The value of the ticket.
Ticket
Public Methods
 MethodDefined By
  
Constructor.
Ticket
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
  
Returns the string representation of a ticket.
Ticket
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

name

property
name:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Security 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The name of the ticket.



Implementation
    public function get name():String

type

property 
type:com.adobe.livecycle.ria.security.api:TicketType  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Security 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The type of ticket.



Implementation
    public function get type():com.adobe.livecycle.ria.security.api:TicketType

value

property 
value:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Security 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The value of the ticket.



Implementation
    public function get value():String
Constructor Detail

Ticket

()Constructor
public function Ticket(name:String, value:String, type:com.adobe.livecycle.ria.security.api:TicketType)

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Security 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Constructor.

Parameters
name:String — Specifies the ticket name.
 
value:String — Specifies the ticket value.
 
type:com.adobe.livecycle.ria.security.api:TicketType — Specifies the ticket type.
Method Detail

toString

()method
public function toString():String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Security 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Returns the string representation of a ticket.

Returns
String — A string value representing the ticket content.