Pacchetto | com.adobe.livecycle.ria.security.api |
Classe | public class TicketType |
Ereditarietà | TicketType Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
TicketType
class defines the type of an ITicket
object.
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
value : String [sola lettura]
The type of the ticket. | TicketType |
Metodo | Definito da | ||
---|---|---|---|
TicketType(val:String)
Constructor. | TicketType | ||
Compares the passed ticket content with current ticket. | TicketType | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Provides the string representation for the ticket. | TicketType | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito da | ||
---|---|---|---|
ASSERTION : com.adobe.livecycle.ria.security.api:TicketType [statico]
A special value that specifies that ticket referes to an assertion. | TicketType | ||
PIN : com.adobe.livecycle.ria.security.api:TicketType [statico]
A special value that specifies that ticket is a pin. | TicketType | ||
SHORT_TICKET : com.adobe.livecycle.ria.security.api:TicketType [statico]
A special value that specifies that ticket is a short ticket. | TicketType | ||
USERNAME_PWD : com.adobe.livecycle.ria.security.api:TicketType [statico]
A special value that specifies that ticket is of type username and password. | TicketType |
value | proprietà |
TicketType | () | Funzione di costruzione |
equals | () | metodo |
public function equals(ticket:com.adobe.livecycle.ria.security.api:TicketType):Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Compares the passed ticket content with current ticket.
Parametri
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 | () | metodo |
public function toString():String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Provides the string representation for the ticket.
RestituisceString — A string representation for the current ticket.
|
ASSERTION | Costante |
public static const ASSERTION:com.adobe.livecycle.ria.security.api:TicketType
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | 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 | Costante |
public static const PIN:com.adobe.livecycle.ria.security.api:TicketType
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | 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 | Costante |
public static const SHORT_TICKET:com.adobe.livecycle.ria.security.api:TicketType
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | 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 | Costante |
public static const USERNAME_PWD:com.adobe.livecycle.ria.security.api:TicketType
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Sicurezza 10 |
Versioni runtime: | 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:44 PM Z