Pakket | com.adobe.livecycle.ria.security.api |
Interface | public interface IAuthResult |
Geïmplementeerd door | AuthResult |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | 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.
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
authenticated : Boolean [alleen-lezen]
A flag that indicates whether the user authentication is complete. | IAuthResult | ||
failureCode : String [alleen-lezen]
In case of Authentication failure it would indicate the failure code. | IAuthResult | ||
status : AuthStatus [alleen-lezen]
The status of the authentication related call. | IAuthResult | ||
user : IUser [alleen-lezen]
The current user instance when authentication is successful. | IAuthResult |
Eigenschapdetails
authenticated | eigenschap |
authenticated:Boolean
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
A flag that indicates whether the user authentication is complete.
Implementatie
public function get authenticated():Boolean
failureCode | eigenschap |
failureCode:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
In case of Authentication failure it would indicate the failure code.
Implementatie
public function get failureCode():String
Verwante API-elementen
status | eigenschap |
status:AuthStatus
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The status of the authentication related call.
Implementatie
public function get status():AuthStatus
user | eigenschap |
Wed Jun 13 2018, 11:42 AM Z