パッケージ | com.adobe.livecycle.ria.security.service |
クラス | public class Ticket |
継承 | Ticket Object |
実装 | ITicket |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Ticket
class represents a ticket that can be used to authenticate the user while making Remoting calls.
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
name : String [読み取り専用]
The name of the ticket. | Ticket | ||
type : com.adobe.livecycle.ria.security.api:TicketType [読み取り専用]
The type of ticket. | Ticket | ||
value : String [読み取り専用]
The value of the ticket. | Ticket |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | Ticket | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
Returns the string representation of a ticket. | Ticket | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
name | プロパティ |
type | プロパティ |
type: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 |
The type of ticket.
実装
public function get type():com.adobe.livecycle.ria.security.api:TicketType
value | プロパティ |
コンストラクターの詳細
Ticket | () | コンストラクター |
public function Ticket(name:String, value:String, type: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 |
Constructor.
パラメーターname:String — Specifies the ticket name.
| |
value:String — Specifies the ticket value.
| |
type:com.adobe.livecycle.ria.security.api:TicketType — Specifies the ticket type.
|
メソッドの詳細
toString | () | メソッド |
Tue Jun 12 2018, 10:34 AM Z