Interface AuthFailure
public interface AuthFailure
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
Method Details
-
onFailureByEmailAddress
void onFailureByEmailAddress(long companyId, String emailAddress, Map<String, String[]> headerMap, Map<String, throws AuthExceptionString[]> parameterMap) - Throws:
AuthException
-
onFailureByScreenName
void onFailureByScreenName(long companyId, String screenName, Map<String, String[]> headerMap, Map<String, throws AuthExceptionString[]> parameterMap) - Throws:
AuthException
-
onFailureByUserId
void onFailureByUserId(long companyId, long userId, Map<String, String[]> headerMap, Map<String, throws AuthExceptionString[]> parameterMap) - Throws:
AuthException
-