包 | 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, 11:04 AM Z