| 패키지 | com.adobe.livecycle.ria.security.api |
| 인터페이스 | public interface ISession |
| 구현자 | Session |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| 런타임 버전: | AIR 2.6, Flash Player 10.2 |
ISession class defines the interfaces to access user-related states, such as a security ticket.
관련 API 요소
공용 메서드
| 메서드 | 정의 주체 | ||
|---|---|---|---|
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 | ||
속성 세부 정보
pin | 속성 |
메서드 세부 정보
getTicket | () | 메서드 |
public function getTicket(type:com.adobe.livecycle.ria.security.api:TicketType):com.adobe.livecycle.ria.security.api:ITicket| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| 런타임 버전: | AIR 2.6, Flash Player 10.2 |
Returns the ITicket instance of given type available for current user.
매개 변수
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, 03:17 PM Z