Pakket | com.adobe.livecycle.ria.security.service |
Klasse | public class AuthResult |
Overerving | AuthResult Object |
Implementatie | IAuthResult |
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. | AuthResult | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
failureCode : String [alleen-lezen]
In case of Authentication failure it would indicate the failure code. | AuthResult | ||
status : AuthStatus [alleen-lezen]
The status of the authentication related call. | AuthResult | ||
user : IUser [alleen-lezen]
The current user instance when authentication is successful. | AuthResult |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | AuthResult | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
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
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 |
Constructordetails
AuthResult | () | Constructor |
public function AuthResult(status:AuthStatus, user:IUser = null, failureCode:String)
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parametersstatus: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.
|
Wed Jun 13 2018, 11:42 AM Z