Pakiet | com.adobe.livecycle.ria.security.service |
Klasa | public class AuthResult |
Dziedziczenie | AuthResult Object |
Implementuje | IAuthResult |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
authenticated : Boolean [tylko do odczytu]
A flag that indicates whether the user authentication is complete. | AuthResult | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
failureCode : String [tylko do odczytu]
In case of Authentication failure it would indicate the failure code. | AuthResult | ||
status : AuthStatus [tylko do odczytu]
The status of the authentication related call. | AuthResult | ||
user : IUser [tylko do odczytu]
The current user instance when authentication is successful. | AuthResult |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | AuthResult | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
authenticated | właściwość |
authenticated:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
A flag that indicates whether the user authentication is complete.
Implementacja
public function get authenticated():Boolean
failureCode | właściwość |
failureCode:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
In case of Authentication failure it would indicate the failure code.
Implementacja
public function get failureCode():String
status | właściwość |
status:AuthStatus
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The status of the authentication related call.
Implementacja
public function get status():AuthStatus
user | właściwość |
user:IUser
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The current user instance when authentication is successful.
Implementacja
public function get user():IUser
Konstruktor Szczegół
AuthResult | () | Konstruktor |
public function AuthResult(status:AuthStatus, user:IUser = null, failureCode:String)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Constructor.
Parametrystatus: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, 12:06 PM Z