套件 | com.adobe.livecycle.ria.security.api |
介面 | public interface ISession |
實作者 | Session |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
ISession
class defines the interfaces to access user-related states, such as a security ticket.
相關 API 元素
公用方法
方法 | 定義自 | ||
---|---|---|---|
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. | ISession |
屬性詳細資訊
pin | 屬性 |
方法詳細資訊
getTicket | () | 方法 |
public function getTicket(type:com.adobe.livecycle.ria.security.api:TicketType):com.adobe.livecycle.ria.security.api:ITicket
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
Returns the ITicket
instance of given type available for current user.
參數
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 .
|
Tue Jun 12 2018, 03:47 PM Z