Package | com.adobe.livecycle.ria.security.api |
Class | public class TicketType |
Inheritance | 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 |
TicketType
class defines the type of an ITicket
object.
Property | Defined By | ||
---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
value : String [read-only]
The type of the ticket. | TicketType |
Method | Defined By | ||
---|---|---|---|
TicketType(val:String)
Constructor. | TicketType | ||
Compares the passed ticket content with current ticket. | TicketType | ||
![]() |
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 | |
Provides the string representation for the ticket. | TicketType | ||
![]() |
Returns the primitive value of the specified object. | Object |
Constant | Defined By | ||
---|---|---|---|
ASSERTION : com.adobe.livecycle.ria.security.api:TicketType [static]
A special value that specifies that ticket referes to an assertion. | TicketType | ||
PIN : com.adobe.livecycle.ria.security.api:TicketType [static]
A special value that specifies that ticket is a pin. | TicketType | ||
SHORT_TICKET : com.adobe.livecycle.ria.security.api:TicketType [static]
A special value that specifies that ticket is a short ticket. | TicketType | ||
USERNAME_PWD : com.adobe.livecycle.ria.security.api:TicketType [static]
A special value that specifies that ticket is of type username and password. | TicketType |
value | property |
TicketType | () | Constructor |
equals | () | method |
public function equals(ticket:com.adobe.livecycle.ria.security.api:TicketType):Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
Compares the passed ticket content with current ticket.
Parameters
ticket:com.adobe.livecycle.ria.security.api:TicketType — Specifies the ticket to compare with.
|
Boolean — A Boolean indicating whether the passed ticket is equal to current ticket.
|
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 |
Provides the string representation for the ticket.
ReturnsString — A string representation for the current ticket.
|
ASSERTION | Constant |
public static const ASSERTION: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 |
A special value that specifies that ticket referes to an assertion. This is the scenario when the user has been authenticated against the Document Server.
PIN | Constant |
public static const PIN: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 |
A special value that specifies that ticket is a pin. Such a ticket would be issued in case of single sign-on (SSO) environment. It can be used to perform authentication in case of file uploads.
SHORT_TICKET | Constant |
public static const SHORT_TICKET: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 |
A special value that specifies that ticket is a short ticket. Such a ticket can be passed as part of GET request. Such a ticket can be used to perform authentication while performing file uploads.
USERNAME_PWD | Constant |
public static const USERNAME_PWD: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 |
A special value that specifies that ticket is of type username and password.
Mon Apr 10 2017, 12:28 PM -07:00