Uses of Interface
com.dyuproject.openid.RelyingParty.Listener

Packages that use RelyingParty.Listener
com.dyuproject.openid   
com.dyuproject.openid.ext   
 

Uses of RelyingParty.Listener in com.dyuproject.openid
 

Classes in com.dyuproject.openid that implement RelyingParty.Listener
static class RelyingParty.ListenerCollection
          A collection of listeners that wraps an array to delegate the methods from the relying party listener.
 

Methods in com.dyuproject.openid with parameters of type RelyingParty.Listener
 RelyingParty RelyingParty.addListener(RelyingParty.Listener listener)
          Adds a custom listener.
 RelyingParty.ListenerCollection RelyingParty.ListenerCollection.addListener(RelyingParty.Listener listener)
          Adds a listener.
 int RelyingParty.ListenerCollection.indexOf(RelyingParty.Listener listener)
          Gets the index of the listener on the wrapped array.
 

Uses of RelyingParty.Listener in com.dyuproject.openid.ext
 

Subinterfaces of RelyingParty.Listener in com.dyuproject.openid.ext
 interface Extension
          Extension for openid which provides the ability to exchange information with the user's openid provider.
 

Classes in com.dyuproject.openid.ext that implement RelyingParty.Listener
 class AbstractExtension
          Base class for extensions
 class AxSchemaExtension
          AxSchema Extension for http://www.axschema.org/types/ - see also http://openid.net/specs/openid-attribute-exchange-1_0-05.html
 class SRegExtension
          Simple Registration Extension See http://openid.net/specs/openid-simple-registration-extension-1_1-01.html
 



Copyright © 2008-2013. All Rights Reserved.