| Package | com.adobe.livecycle.ria.security.service | 
| Class | public class Session | 
| Inheritance | Session    Object | 
| Implements | ISession | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Security 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Session class defines the interfaces to access user-related states, such as the security ticket.
 Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
| pin : IPin 
     
     A IPin instance (if issued) for the current user.  | Session | ||
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
Session() 
     Constructor.  | Session | ||
getTicket(type:com.adobe.livecycle.ria.security.api:TicketType):com.adobe.livecycle.ria.security.api:ITicket 
     
     Returns the ITicket instance of given type available for current user.  | Session | ||
![]()  | 
	 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 the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Property Detail
pin | property | 
pin:IPin| 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 IPin instance (if issued) for the current user.
     
     
Implementation
    public function get pin():IPin    public function set pin(value:IPin):voidConstructor Detail
Session | () | Constructor | 
public function Session()| 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.
Method Detail
getTicket | () | method | 
 public function getTicket(type:com.adobe.livecycle.ria.security.api:TicketType):com.adobe.livecycle.ria.security.api: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 | 
     
     Returns the ITicket instance of given type available for current user.
     
     
Parameters
type:com.adobe.livecycle.ria.security.api:TicketType — Specifies the type of ticket to be returned.
     
      | 
com.adobe.livecycle.ria.security.api:ITicket — An ITicket instance for the given type. The value can be null.
     
      | 
Thu Dec 6 2018, 01:12 PM -08:00
 
 Hide Inherited Public Properties
 Show Inherited Public Properties