org.jboss.seam.security.external.openid.providers
Class MyOpenIdProvider

java.lang.Object
  extended by org.jboss.seam.security.external.openid.providers.MyOpenIdProvider
All Implemented Interfaces:
OpenIdProvider

public class MyOpenIdProvider
extends Object
implements OpenIdProvider

Open ID provider for myopenid.com

Author:
Shane Bryzak

Field Summary
static String CODE
           
 
Constructor Summary
MyOpenIdProvider()
           
 
Method Summary
 String getCode()
           
 String getName()
           
 String getUrl()
           
 void requestAttributes(OpenIdRelyingPartyApi openIdApi, List<OpenIdRequestedAttribute> attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODE

public static final String CODE
See Also:
Constant Field Values
Constructor Detail

MyOpenIdProvider

public MyOpenIdProvider()
Method Detail

getCode

public String getCode()
Specified by:
getCode in interface OpenIdProvider

getName

public String getName()
Specified by:
getName in interface OpenIdProvider

getUrl

public String getUrl()
Specified by:
getUrl in interface OpenIdProvider

requestAttributes

public void requestAttributes(OpenIdRelyingPartyApi openIdApi,
                              List<OpenIdRequestedAttribute> attributes)
Specified by:
requestAttributes in interface OpenIdProvider


Copyright © 2011 Seam Framework. All Rights Reserved.