Pacchetto | com.adobe.livecycle.ria.security.api |
Interfaccia | public interface ISession |
Implementatori | Session |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
ISession
class defines the interfaces to access user-related states, such as a security ticket.
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
pin : IPin
A IPin instance (if issued) for the current user. | ISession |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 |
Descrizione delle proprietà
pin | proprietà |
pin:IPin
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
A IPin
instance (if issued) for the current user.
Implementazione
public function get pin():IPin
public function set pin(value:IPin):void
Descrizione dei metodi
getTicket | () | metodo |
public function getTicket(type:com.adobe.livecycle.ria.security.api:TicketType):com.adobe.livecycle.ria.security.api:ITicket
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the ITicket
instance of given type available for current user.
Parametri
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:44 PM Z