包 | com.adobe.livecycle.ria.security.api |
类 | public class AuthOptions |
继承 | AuthOptions Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
AuthOptions
class captures the authentication options. Authentication options
determine the behavior of an authentication operation.
The attributes properties would be passed as request parameter in the calls made by ISecurityManager
class to the Experience Server.
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
attributes : Object [只读]
Current set of attributes. | AuthOptions | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Constructor. | AuthOptions | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
Sets the shortTicket, which might have been saved in offline mode, and is being used to resume
a pre-existing session. | AuthOptions | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
属性详细信息
attributes | 属性 |
构造函数详细信息
AuthOptions | () | 构造函数 |
public function AuthOptions()
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Constructor.
方法详细信息
setInitialTicket | () | 方法 |
public function setInitialTicket(ticketName:String, ticketValue:String):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Sets the shortTicket, which might have been saved in offline mode, and is being used to resume a pre-existing session.
This mechanism allows resuming an existing session, in particular Adobe AIR applications.
参数
ticketName:String — Specifies the name of the ticket.
| |
ticketValue:String — Specifies the value of the ticket.
|
Tue Jun 12 2018, 11:04 AM Z