| Paquete | com.adobe.livecycle.ria.security.api |
| Interfaz | public interface ISession |
| Implementadores | Session |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
ISession class defines the interfaces to access user-related states, such as a security ticket.
Elementos de API relacionados
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| pin : IPin
A IPin instance (if issued) for the current user. | ISession | ||
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
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 | ||
Información sobre propiedades
pin | propiedad |
pin:IPin| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
A IPin instance (if issued) for the current user.
Implementación
public function get pin():IPin public function set pin(value:IPin):voidInformación sobre métodos
getTicket | () | método |
public function getTicket(type:com.adobe.livecycle.ria.security.api:TicketType):com.adobe.livecycle.ria.security.api:ITicket| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the ITicket instance of given type available for current user.
Parámetros
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, 02:12 PM Z