Paket | com.adobe.livecycle.ria.security.api |
Sınıf | public class AuthFailureCode |
Miras Alma | AuthFailureCode Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Çalışma Zamanı Sürümleri: | 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.
İlgili API Öğeleri
Sabit | Tanımlayan: | ||
---|---|---|---|
TOKEN_EXPIRED : String = "TOKEN_EXPIRED" [statik]
A special value that indicates that the login token associated with current user session has expired. | AuthFailureCode | ||
UNKNOWN : String = "UNKNOWN" [statik]
A special value that indicates that actual cause of failure is unknown. | AuthFailureCode | ||
WRONG_CREDENTIALS : String = "WRONG_CREDENTIALS" [statik]
A special value that indicates that credentials provided by the user are incorrect. | AuthFailureCode |
TOKEN_EXPIRED | Sabit |
public static const TOKEN_EXPIRED:String = "TOKEN_EXPIRED"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const UNKNOWN:String = "UNKNOWN"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
A special value that indicates that actual cause of failure is unknown.
WRONG_CREDENTIALS | Sabit |
public static const WRONG_CREDENTIALS:String = "WRONG_CREDENTIALS"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Security 10 |
Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z