Paket | com.adobe.livecycle.ria.security.api |
Sınıf | public class AuthOptions |
Miras Alma | AuthOptions Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Çalışma Zamanı Sürümleri: | 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.
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
attributes : Object [salt okunur]
Current set of attributes. | AuthOptions | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | AuthOptions | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Sets the shortTicket, which might have been saved in offline mode, and is being used to resume
a pre-existing session. | AuthOptions | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
attributes | özellik |
Yapıcı Ayrıntı
AuthOptions | () | Yapıcı |
public function AuthOptions()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Constructor.
Yöntem Ayrıntısı
setInitialTicket | () | yöntem |
public function setInitialTicket(ticketName:String, ticketValue:String):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
ticketName:String — Specifies the name of the ticket.
| |
ticketValue:String — Specifies the value of the ticket.
|
Tue Jun 12 2018, 01:09 PM Z