| Package | com.adobe.livecycle.ria.security.api |
| Interface | public interface ISession |
| Implémenteurs | Session |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
ISession class defines the interfaces to access user-related states, such as a security ticket.
Eléments de l’API associés
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| pin : IPin
A IPin instance (if issued) for the current user. | ISession | ||
Méthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
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 | ||
Détails de la propriété
pin | propriété |
pin:IPin| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
A IPin instance (if issued) for the current user.
Implémentation
public function get pin():IPin public function set pin(value:IPin):voidDétails de la méthode
getTicket | () | méthode |
public function getTicket(type:com.adobe.livecycle.ria.security.api:TicketType):com.adobe.livecycle.ria.security.api:ITicket| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the ITicket instance of given type available for current user.
Paramètres
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, 09:30 AM Z