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 

ISession  - AS3 ADEP Security

Packagecom.adobe.livecycle.ria.security.api
Interfacepublic interface ISession
Implementors 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

The ISession class defines the interfaces to access user-related states, such as a security ticket.

Related API Elements



Public Properties
 PropertyDefined By
  pin : IPin
A IPin instance (if issued) for the current user.
ISession
Public Methods
 MethodDefined By
  
Returns the ITicket instance of given type available for current user.
ISession
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):void
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.

Returns
com.adobe.livecycle.ria.security.api:ITicket — An ITicket instance for the given type. The value can be null.