| Paket | com.adobe.livecycle.ria.security.api |
| Schnittstelle | public interface IAuthResult |
| Umsetzer | AuthResult |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Laufzeitversionen: | 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.
Öffentliche Eigenschaften
| Eigenschaft | Definiert von | ||
|---|---|---|---|
| authenticated : Boolean [schreibgeschützt]
A flag that indicates whether the user authentication is complete. | IAuthResult | ||
| failureCode : String [schreibgeschützt]
In case of Authentication failure it would indicate the failure code. | IAuthResult | ||
| status : AuthStatus [schreibgeschützt]
The status of the authentication related call. | IAuthResult | ||
| user : IUser [schreibgeschützt]
The current user instance when authentication is successful. | IAuthResult | ||
Eigenschaftendetails
authenticated | Eigenschaft |
authenticated:Boolean [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
A flag that indicates whether the user authentication is complete.
Implementierung
public function get authenticated():BooleanfailureCode | Eigenschaft |
failureCode:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
In case of Authentication failure it would indicate the failure code.
Implementierung
public function get failureCode():StringVerwandte API-Elemente
status | Eigenschaft |
status:AuthStatus [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
| Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The status of the authentication related call.
Implementierung
public function get status():AuthStatususer | Eigenschaft |
Tue Jun 12 2018, 10:04 AM Z