Pacote | com.adobe.livecycle.ria.security.api |
Classe | public class TicketType |
Herança | TicketType Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
TicketType
class defines the type of an ITicket
object.
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
value : String [somente leitura]
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 se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Provides the string representation for the ticket. | TicketType | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
ASSERTION : com.adobe.livecycle.ria.security.api:TicketType [estático]
A special value that specifies that ticket referes to an assertion. | TicketType | ||
PIN : com.adobe.livecycle.ria.security.api:TicketType [estático]
A special value that specifies that ticket is a pin. | TicketType | ||
SHORT_TICKET : com.adobe.livecycle.ria.security.api:TicketType [estático]
A special value that specifies that ticket is a short ticket. | TicketType | ||
USERNAME_PWD : com.adobe.livecycle.ria.security.api:TicketType [estático]
A special value that specifies that ticket is of type username and password. | TicketType |
value | propriedade |
TicketType | () | Construtor |
equals | () | método |
public function equals(ticket:com.adobe.livecycle.ria.security.api:TicketType):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Provides the string representation for the ticket.
RetornaString — A string representation for the current ticket.
|
ASSERTION | Constante |
public static const ASSERTION:com.adobe.livecycle.ria.security.api:TicketType
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de 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 | Constante |
public static const PIN:com.adobe.livecycle.ria.security.api:TicketType
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de 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 | Constante |
public static const SHORT_TICKET:com.adobe.livecycle.ria.security.api:TicketType
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de 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 | Constante |
public static const USERNAME_PWD:com.adobe.livecycle.ria.security.api:TicketType
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
A special value that specifies that ticket is of type username and password.
Wed Jun 13 2018, 11:10 AM Z