| Pakiet | com.adobe.livecycle.ria.security.api |
| Interfejs | public interface ISession |
| Implementory | Session |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
ISession class defines the interfaces to access user-related states, such as a security ticket.
Powiązane elementy interfejsu API
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| pin : IPin
A IPin instance (if issued) for the current user. | ISession | ||
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
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 | ||
Szczegół właściwości
pin | właściwość |
pin:IPin| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
A IPin instance (if issued) for the current user.
Implementacja
public function get pin():IPin public function set pin(value:IPin):voidSzczegół metody
getTicket | () | metoda |
public function getTicket(type:com.adobe.livecycle.ria.security.api:TicketType):com.adobe.livecycle.ria.security.api:ITicket| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the ITicket instance of given type available for current user.
Parametry
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, 12:06 PM Z