Paket | com.adobe.livecycle.ria.security.service |
Sınıf | public class AuthResult |
Miras Alma | AuthResult Object |
Uygular | IAuthResult |
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 |
AuthResult
object is returned as part of calls to perform Single Sign On (SSO) and login methods of
ISecurityManager
service. Using the status property the further flow can be decided.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
authenticated : Boolean [salt okunur]
A flag that indicates whether the user authentication is complete. | AuthResult | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
failureCode : String [salt okunur]
In case of Authentication failure it would indicate the failure code. | AuthResult | ||
status : AuthStatus [salt okunur]
The status of the authentication related call. | AuthResult | ||
user : IUser [salt okunur]
The current user instance when authentication is successful. | AuthResult |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | AuthResult | ||
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 | ||
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ı
authenticated | özellik |
authenticated:Boolean
[salt okunur] 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 |
A flag that indicates whether the user authentication is complete.
Uygulama
public function get authenticated():Boolean
failureCode | özellik |
failureCode:String
[salt okunur] 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 |
In case of Authentication failure it would indicate the failure code.
Uygulama
public function get failureCode():String
status | özellik |
status:AuthStatus
[salt okunur] 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 |
The status of the authentication related call.
Uygulama
public function get status():AuthStatus
user | özellik |
Yapıcı Ayrıntı
AuthResult | () | Yapıcı |
public function AuthResult(status:AuthStatus, user:IUser = null, failureCode:String)
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.
Parametrelerstatus:AuthStatus — Specifies the authentication status.
| |
user:IUser (default = null ) — Specifies whether the user is associated with current result.
| |
failureCode:String (default = NaN ) — failureCode Specifies the code when authentication fails.
|
Tue Jun 12 2018, 01:09 PM Z