Pacote | com.adobe.livecycle.ria.security.api |
Classe | public class AuthFailureCode |
Herança | AuthFailureCode Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | 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.
Elementos da API relacionados
Constante | Definido por | ||
---|---|---|---|
TOKEN_EXPIRED : String = "TOKEN_EXPIRED" [estático]
A special value that indicates that the login token associated with current user session has expired. | AuthFailureCode | ||
UNKNOWN : String = "UNKNOWN" [estático]
A special value that indicates that actual cause of failure is unknown. | AuthFailureCode | ||
WRONG_CREDENTIALS : String = "WRONG_CREDENTIALS" [estático]
A special value that indicates that credentials provided by the user are incorrect. | AuthFailureCode |
TOKEN_EXPIRED | Constante |
public static const TOKEN_EXPIRED:String = "TOKEN_EXPIRED"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | 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 | Constante |
public static const UNKNOWN:String = "UNKNOWN"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
A special value that indicates that actual cause of failure is unknown.
WRONG_CREDENTIALS | Constante |
public static const WRONG_CREDENTIALS:String = "WRONG_CREDENTIALS"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Versões de runtime: | 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.
Wed Jun 13 2018, 11:10 AM Z