public interface AuthFailure
| Modifier and Type | Method and Description |
|---|---|
void |
onFailureByEmailAddress(long companyId,
String emailAddress,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap) |
void |
onFailureByScreenName(long companyId,
String screenName,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap) |
void |
onFailureByUserId(long companyId,
long userId,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap) |
void onFailureByEmailAddress(long companyId,
String emailAddress,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap)
throws AuthException
AuthExceptionvoid onFailureByScreenName(long companyId,
String screenName,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap)
throws AuthException
AuthExceptionvoid onFailureByUserId(long companyId,
long userId,
Map<String,String[]> headerMap,
Map<String,String[]> parameterMap)
throws AuthException
AuthException