Пакет | com.adobe.livecycle.ria.security.api |
Класс | public class AuthFailureCode |
Наследование | AuthFailureCode Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Client-side code can use these codes to compare against the value returned by IAuthResult.failureCode
and then display the appropriate message to the user.
Связанные элементы API
Константа | Определено | ||
---|---|---|---|
TOKEN_EXPIRED : String = "TOKEN_EXPIRED" [статические]
A special value that indicates that the login token associated with current user session has expired. | AuthFailureCode | ||
UNKNOWN : String = "UNKNOWN" [статические]
A special value that indicates that actual cause of failure is unknown. | AuthFailureCode | ||
WRONG_CREDENTIALS : String = "WRONG_CREDENTIALS" [статические]
A special value that indicates that credentials provided by the user are incorrect. | AuthFailureCode |
TOKEN_EXPIRED | Константа |
public static const TOKEN_EXPIRED:String = "TOKEN_EXPIRED"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
A special value that indicates that the login token associated with current user session has expired.
This would be the case when a user session has exceeded the session timeout. The Experience Server maintains an expiry time with user session. And if no communication happens between the client and server then the user session would get expired after certain period. This timeout duration is configurable on the server-side.
UNKNOWN | Константа |
public static const UNKNOWN:String = "UNKNOWN"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
A special value that indicates that actual cause of failure is unknown.
WRONG_CREDENTIALS | Константа |
public static const WRONG_CREDENTIALS:String = "WRONG_CREDENTIALS"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
A special value that indicates that credentials provided by the user are incorrect.
This would be the case when user has performed authentication via username and password through
ISecurityManager.login
call and the credentials were found to be invalid.
Tue Jun 12 2018, 11:34 AM Z