Interface IAuthLoggedInHandler
public interface IAuthLoggedInHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
This auth handler has defined how to display the response -
Method Summary
Modifier and TypeMethodDescriptionint
handleLoggedIn
(HttpServletRequest request, HttpServletResponse response) Allow the AuthHandler to determine how to dispatch during the SessionHandler
-
Field Details
-
DISP_RESPONSE_NONE
static final int DISP_RESPONSE_NONEThis auth handler has defined how to display the response- See Also:
-
-
Method Details
-
handleLoggedIn
Allow the AuthHandler to determine how to dispatch during the SessionHandler- Parameters:
request
-response
-- Returns:
- DISP_RESPONSE_NONE meaning we have already handled the dispatch
- Throws:
PortalException
-