Interface ApiAuthenticationProvider
-
- All Known Implementing Classes:
AbstractApiActionHandler
public interface ApiAuthenticationProvider- Author:
- Madhav Krishna
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpSessionlogin(ApiConfig apiConfig, UserProfile userProfile)voidlogout()
-
-
-
Method Detail
-
login
HttpSession login(ApiConfig apiConfig, UserProfile userProfile)
-
logout
void logout()
-
-