| Pakiet | com.adobe.livecycle.ria.security.api |
| Klasa | public class TicketType |
| Dziedziczenie | TicketType Object |
| 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 |
TicketType class defines the type of an ITicket object.
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | |
| value : String [tylko do odczytu]
The type of the ticket. | TicketType | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
TicketType(val:String)
Constructor. | TicketType | ||
Compares the passed ticket content with current ticket. | TicketType | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
Provides the string representation for the ticket. | TicketType | ||
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| ASSERTION : com.adobe.livecycle.ria.security.api:TicketType [statyczny]
A special value that specifies that ticket referes to an assertion. | TicketType | ||
| PIN : com.adobe.livecycle.ria.security.api:TicketType [statyczny]
A special value that specifies that ticket is a pin. | TicketType | ||
| SHORT_TICKET : com.adobe.livecycle.ria.security.api:TicketType [statyczny]
A special value that specifies that ticket is a short ticket. | TicketType | ||
| USERNAME_PWD : com.adobe.livecycle.ria.security.api:TicketType [statyczny]
A special value that specifies that ticket is of type username and password. | TicketType | ||
value | właściwość |
TicketType | () | Konstruktor |
equals | () | metoda |
public function equals(ticket:com.adobe.livecycle.ria.security.api:TicketType):Boolean| 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 |
Compares the passed ticket content with current ticket.
Parametry
ticket:com.adobe.livecycle.ria.security.api:TicketType — Specifies the ticket to compare with.
|
Boolean — A Boolean indicating whether the passed ticket is equal to current ticket.
|
toString | () | metoda |
public function toString():String| 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 |
Provides the string representation for the ticket.
ZwracaString — A string representation for the current ticket.
|
ASSERTION | Stała |
public static const ASSERTION:com.adobe.livecycle.ria.security.api:TicketType| 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 special value that specifies that ticket referes to an assertion. This is the scenario when the user has been authenticated against the Document Server.
PIN | Stała |
public static const PIN:com.adobe.livecycle.ria.security.api:TicketType| 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 special value that specifies that ticket is a pin. Such a ticket would be issued in case of single sign-on (SSO) environment. It can be used to perform authentication in case of file uploads.
SHORT_TICKET | Stała |
public static const SHORT_TICKET:com.adobe.livecycle.ria.security.api:TicketType| 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 special value that specifies that ticket is a short ticket. Such a ticket can be passed as part of GET request. Such a ticket can be used to perform authentication while performing file uploads.
USERNAME_PWD | Stała |
public static const USERNAME_PWD:com.adobe.livecycle.ria.security.api:TicketType| 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 special value that specifies that ticket is of type username and password.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne