| Paquete | com.adobe.livecycle.ria.security.api |
| Clase | public class TicketType |
| Herencia | TicketType Object |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
TicketType class defines the type of an ITicket object.
| Propiedad | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | |
| value : String [solo lectura]
The type of the ticket. | TicketType | ||
| Método | Definido por | ||
|---|---|---|---|
TicketType(val:String)
Constructor. | TicketType | ||
Compares the passed ticket content with current ticket. | TicketType | ||
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
Provides the string representation for the ticket. | TicketType | ||
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
| Constante | Definido por | ||
|---|---|---|---|
| ASSERTION : com.adobe.livecycle.ria.security.api:TicketType [estática]
A special value that specifies that ticket referes to an assertion. | TicketType | ||
| PIN : com.adobe.livecycle.ria.security.api:TicketType [estática]
A special value that specifies that ticket is a pin. | TicketType | ||
| SHORT_TICKET : com.adobe.livecycle.ria.security.api:TicketType [estática]
A special value that specifies that ticket is a short ticket. | TicketType | ||
| USERNAME_PWD : com.adobe.livecycle.ria.security.api:TicketType [estática]
A special value that specifies that ticket is of type username and password. | TicketType | ||
value | propiedad |
TicketType | () | Información sobre |
equals | () | método |
public function equals(ticket:com.adobe.livecycle.ria.security.api:TicketType):Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Compares the passed ticket content with current ticket.
Parámetros
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 | () | método |
public function toString():String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Provides the string representation for the ticket.
Valor devueltoString — A string representation for the current ticket.
|
ASSERTION | Constante |
public static const ASSERTION:com.adobe.livecycle.ria.security.api:TicketType| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versiones de motor de ejecución: | 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 | Constante |
public static const PIN:com.adobe.livecycle.ria.security.api:TicketType| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versiones de motor de ejecución: | 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 | Constante |
public static const SHORT_TICKET:com.adobe.livecycle.ria.security.api:TicketType| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versiones de motor de ejecución: | 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 | Constante |
public static const USERNAME_PWD:com.adobe.livecycle.ria.security.api:TicketType| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
A special value that specifies that ticket is of type username and password.
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas