com.dyuproject.openid
Class RelyingParty.ListenerCollection
java.lang.Object
com.dyuproject.openid.RelyingParty.ListenerCollection
- All Implemented Interfaces:
- RelyingParty.Listener
- Enclosing class:
- RelyingParty
public static class RelyingParty.ListenerCollection
- extends Object
- implements RelyingParty.Listener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelyingParty.ListenerCollection
public RelyingParty.ListenerCollection()
addListener
public RelyingParty.ListenerCollection addListener(RelyingParty.Listener listener)
indexOf
public int indexOf(RelyingParty.Listener listener)
getListeners
public RelyingParty.Listener[] getListeners()
onDiscovery
public void onDiscovery(OpenIdUser user,
HttpServletRequest request)
- Specified by:
onDiscovery
in interface RelyingParty.Listener
onPreAuthenticate
public void onPreAuthenticate(OpenIdUser user,
HttpServletRequest request,
UrlEncodedParameterMap params)
- Specified by:
onPreAuthenticate
in interface RelyingParty.Listener
onAuthenticate
public void onAuthenticate(OpenIdUser user,
HttpServletRequest request)
- Specified by:
onAuthenticate
in interface RelyingParty.Listener
onAccess
public void onAccess(OpenIdUser user,
HttpServletRequest request)
- Specified by:
onAccess
in interface RelyingParty.Listener
Copyright © 2013. All Rights Reserved.