Paket | com.adobe.livecycle.ria.security.api |
Gränssnitt | public interface IAuthResult |
Implementorer | AuthResult |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Körningsmiljöversioner: | 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.
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
authenticated : Boolean [skrivskyddad]
A flag that indicates whether the user authentication is complete. | IAuthResult | ||
failureCode : String [skrivskyddad]
In case of Authentication failure it would indicate the failure code. | IAuthResult | ||
status : AuthStatus [skrivskyddad]
The status of the authentication related call. | IAuthResult | ||
user : IUser [skrivskyddad]
The current user instance when authentication is successful. | IAuthResult |
Egenskapsdetaljer
authenticated | egenskap |
authenticated:Boolean
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
A flag that indicates whether the user authentication is complete.
Implementering
public function get authenticated():Boolean
failureCode | egenskap |
failureCode:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
In case of Authentication failure it would indicate the failure code.
Implementering
public function get failureCode():String
Relaterade API-element
status | egenskap |
status:AuthStatus
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The status of the authentication related call.
Implementering
public function get status():AuthStatus
user | egenskap |
Tue Jun 12 2018, 01:40 PM Z