套件 | com.adobe.livecycle.ria.security.api |
類別 | public class TicketType |
繼承 | TicketType Object |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
TicketType
class defines the type of an ITicket
object.
屬性 | 定義自 | ||
---|---|---|---|
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
value : String [唯讀]
The type of the ticket. | TicketType |
方法 | 定義自 | ||
---|---|---|---|
TicketType(val:String)
Constructor. | TicketType | ||
Compares the passed ticket content with current ticket. | TicketType | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
Provides the string representation for the ticket. | TicketType | ||
會傳回指定之物件的基本值。 | Object |
常數 | 定義自 | ||
---|---|---|---|
ASSERTION : com.adobe.livecycle.ria.security.api:TicketType [靜態]
A special value that specifies that ticket referes to an assertion. | TicketType | ||
PIN : com.adobe.livecycle.ria.security.api:TicketType [靜態]
A special value that specifies that ticket is a pin. | TicketType | ||
SHORT_TICKET : com.adobe.livecycle.ria.security.api:TicketType [靜態]
A special value that specifies that ticket is a short ticket. | TicketType | ||
USERNAME_PWD : com.adobe.livecycle.ria.security.api:TicketType [靜態]
A special value that specifies that ticket is of type username and password. | TicketType |
value | 屬性 |
TicketType | () | 建構函式 |
equals | () | 方法 |
public function equals(ticket:com.adobe.livecycle.ria.security.api:TicketType):Boolean
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
Compares the passed ticket content with current ticket.
參數
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 | () | 方法 |
ASSERTION | 常數 |
public static const ASSERTION:com.adobe.livecycle.ria.security.api:TicketType
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
執行階段版本: | 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 | 常數 |
public static const PIN:com.adobe.livecycle.ria.security.api:TicketType
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
執行階段版本: | 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 | 常數 |
public static const SHORT_TICKET:com.adobe.livecycle.ria.security.api:TicketType
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
執行階段版本: | 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 | 常數 |
public static const USERNAME_PWD:com.adobe.livecycle.ria.security.api:TicketType
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
A special value that specifies that ticket is of type username and password.
Tue Jun 12 2018, 03:47 PM Z