Pakket | com.adobe.livecycle.ria.security.api |
Interface | public interface ISession |
Geïmplementeerd door | Session |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
ISession
class defines the interfaces to access user-related states, such as a security ticket.
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
pin : IPin
A IPin instance (if issued) for the current user. | ISession |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
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 |
Eigenschapdetails
pin | eigenschap |
Methodedetails
getTicket | () | methode |
public function getTicket(type:com.adobe.livecycle.ria.security.api:TicketType):com.adobe.livecycle.ria.security.api:ITicket
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Returns the ITicket
instance of given type available for current user.
Parameters
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 .
|
Wed Jun 13 2018, 11:42 AM Z