|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RelyingParty.Listener
Enables users to get notified on certain points of the openid authentication lifecycle.
Method Summary | |
---|---|
void |
onAccess(OpenIdUser user,
HttpServletRequest request)
Callback that gets called everytime an authenticated user accesses protected pages from the relying party's site. |
void |
onAuthenticate(OpenIdUser user,
HttpServletRequest request)
Callback that gets called when the user has been redirected back to the relying party's site and his authentication has been successfully verified. |
void |
onDiscovery(OpenIdUser user,
HttpServletRequest request)
Callback that gets called upon successful discovery. |
void |
onPreAuthenticate(OpenIdUser user,
HttpServletRequest request,
UrlEncodedParameterMap params)
Callback that gets called before the user is redirected to this provider for authentication. |
Method Detail |
---|
void onDiscovery(OpenIdUser user, HttpServletRequest request)
void onPreAuthenticate(OpenIdUser user, HttpServletRequest request, UrlEncodedParameterMap params)
void onAuthenticate(OpenIdUser user, HttpServletRequest request)
void onAccess(OpenIdUser user, HttpServletRequest request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |