Paket | com.adobe.livecycle.ria.security.api |
Arabirim | public interface IAuthResult |
Uygulayıcılar | AuthResult |
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. | IAuthResult | ||
failureCode : String [salt okunur]
In case of Authentication failure it would indicate the failure code. | IAuthResult | ||
status : AuthStatus [salt okunur]
The status of the authentication related call. | IAuthResult | ||
user : IUser [salt okunur]
The current user instance when authentication is successful. | IAuthResult |
Ö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
İlgili API Öğeleri
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 |
Tue Jun 12 2018, 01:09 PM Z