Interface AuthFailure
public interface AuthFailure
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFailureByEmailAddress(long companyId, String emailAddress, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) voidonFailureByScreenName(long companyId, String screenName, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) voidonFailureByUserId(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
-