com.dyuproject.openid.ext
Interface Extension

All Superinterfaces:
RelyingParty.Listener
All Known Implementing Classes:
AbstractExtension, AxSchemaExtension, SRegExtension

public interface Extension
extends RelyingParty.Listener

Extension for openid which provides the ability to exchange information with the user's openid provider.

Author:
David Yu
Date created:
May 27, 2009

Nested Class Summary
static interface Extension.Exchange
          Puts outgoing params and parses them accordingly if a response is available from the user's openid provider.
 
Method Summary
 String getAlias()
          Gets the alias of this extension.
 String getNamespace()
          Gets the namespace (normally a url) for this extension.
 
Methods inherited from interface com.dyuproject.openid.RelyingParty.Listener
onAccess, onAuthenticate, onDiscovery, onPreAuthenticate
 

Method Detail

getAlias

String getAlias()
Gets the alias of this extension.


getNamespace

String getNamespace()
Gets the namespace (normally a url) for this extension.



Copyright © 2008-2013. All Rights Reserved.