Пакет | 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
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
pin : IPin
A IPin instance (if issued) for the current user. | ISession |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
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 | свойство |
pin:IPin
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
A IPin
instance (if issued) for the current user.
Реализация
public function get pin():IPin
public function set pin(value:IPin):void
Сведения о методе
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:34 AM Z