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.api 

ITicket  - AS3 ADEP Security

Packagecom.adobe.livecycle.ria.security.api
Interfacepublic interface ITicket
Implementors Ticket

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

A ticket can be used to authenticate the user while making remote calls.



Public Properties
 PropertyDefined By
  name : String
[read-only] The name of the ticket.
ITicket
  type : com.adobe.livecycle.ria.security.api:TicketType
[read-only] The type of ticket.
ITicket
  value : String
[read-only] The value of the ticket.
ITicket
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