| Paket | com.adobe.livecycle.ria.security.api |
| Klass | public class TicketType |
| Arv | TicketType Object |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
TicketType class defines the type of an ITicket object.
| Egenskap | Definieras med | ||
|---|---|---|---|
![]() | constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | |
| value : String [skrivskyddad]
The type of the ticket. | TicketType | ||
| Metod | Definieras med | ||
|---|---|---|---|
TicketType(val:String)
Constructor. | TicketType | ||
Compares the passed ticket content with current ticket. | TicketType | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
Provides the string representation for the ticket. | TicketType | ||
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
| Konstant | Definieras med | ||
|---|---|---|---|
| ASSERTION : com.adobe.livecycle.ria.security.api:TicketType [statisk]
A special value that specifies that ticket referes to an assertion. | TicketType | ||
| PIN : com.adobe.livecycle.ria.security.api:TicketType [statisk]
A special value that specifies that ticket is a pin. | TicketType | ||
| SHORT_TICKET : com.adobe.livecycle.ria.security.api:TicketType [statisk]
A special value that specifies that ticket is a short ticket. | TicketType | ||
| USERNAME_PWD : com.adobe.livecycle.ria.security.api:TicketType [statisk]
A special value that specifies that ticket is of type username and password. | TicketType | ||
value | egenskap |
TicketType | () | Konstruktor |
equals | () | metod |
public function equals(ticket:com.adobe.livecycle.ria.security.api:TicketType):Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Compares the passed ticket content with current ticket.
Parametrar
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 | () | metod |
public function toString():String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Provides the string representation for the ticket.
ReturnerarString — A string representation for the current ticket.
|
ASSERTION | Konstant |
public static const ASSERTION:com.adobe.livecycle.ria.security.api:TicketType| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Körningsmiljöversioner: | 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 | Konstant |
public static const PIN:com.adobe.livecycle.ria.security.api:TicketType| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Körningsmiljöversioner: | 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 | Konstant |
public static const SHORT_TICKET:com.adobe.livecycle.ria.security.api:TicketType| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Körningsmiljöversioner: | 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 | Konstant |
public static const USERNAME_PWD:com.adobe.livecycle.ria.security.api:TicketType| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
A special value that specifies that ticket is of type username and password.
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper