Paket | com.adobe.livecycle.ria.security.api |
Klasse | public class TicketType |
Vererbung | TicketType ![]() |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
TicketType
class defines the type of an ITicket
object.
Eigenschaft | Definiert von | ||
---|---|---|---|
![]() | constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | |
value : String [schreibgeschützt]
The type of the ticket. | TicketType |
Methode | Definiert von | ||
---|---|---|---|
TicketType(val:String)
Constructor. | TicketType | ||
Compares the passed ticket content with current ticket. | TicketType | ||
![]() |
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | |
![]() |
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | |
![]() |
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | |
![]() |
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | |
![]() |
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | |
Provides the string representation for the ticket. | TicketType | ||
![]() |
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstante | Definiert von | ||
---|---|---|---|
ASSERTION : com.adobe.livecycle.ria.security.api:TicketType [statisch]
A special value that specifies that ticket referes to an assertion. | TicketType | ||
PIN : com.adobe.livecycle.ria.security.api:TicketType [statisch]
A special value that specifies that ticket is a pin. | TicketType | ||
SHORT_TICKET : com.adobe.livecycle.ria.security.api:TicketType [statisch]
A special value that specifies that ticket is a short ticket. | TicketType | ||
USERNAME_PWD : com.adobe.livecycle.ria.security.api:TicketType [statisch]
A special value that specifies that ticket is of type username and password. | TicketType |
value | Eigenschaft |
TicketType | () | Konstruktor |
equals | () | Methode |
public function equals(ticket:com.adobe.livecycle.ria.security.api:TicketType):Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Compares the passed ticket content with current ticket.
Parameter
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 | () | Methode |
public function toString():String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Provides the string representation for the ticket.
RückgabewerteString — A string representation for the current ticket.
|
ASSERTION | Konstante |
public static const ASSERTION:com.adobe.livecycle.ria.security.api:TicketType
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Laufzeitversionen: | 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 | Konstante |
public static const PIN:com.adobe.livecycle.ria.security.api:TicketType
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Laufzeitversionen: | 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 | Konstante |
public static const SHORT_TICKET:com.adobe.livecycle.ria.security.api:TicketType
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Laufzeitversionen: | 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 | Konstante |
public static const USERNAME_PWD:com.adobe.livecycle.ria.security.api:TicketType
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
A special value that specifies that ticket is of type username and password.
Tue Jun 12 2018, 10:04 AM Z