Package | com.adobe.livecycle.ria.security.service |
Class | public class Ticket |
Inheritance | Ticket 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 |
Ticket
class represents a ticket that can be used to authenticate the user while making Remoting calls.
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : 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 | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
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
Method | Defined By | ||
---|---|---|---|
Constructor. | Ticket | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of a ticket. | Ticket | ||
Returns the primitive value of the specified object. | Object |
Property Detail
name | property |
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 |
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.
Parametersname: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.
ReturnsString — A string value representing the ticket content.
|
Mon Nov 28 2011, 06:48 AM -08:00