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

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

@Model
public class CustomOpenIdProvider
extends Object
implements OpenIdProvider

Author:
Shane Bryzak

Field Summary
static String CODE
           
 
Constructor Summary
CustomOpenIdProvider()
           
 
Method Summary
 String getCode()
           
 String getName()
           
 String getUrl()
           
 void requestAttributes(OpenIdRelyingPartyApi openIdApi, List<OpenIdRequestedAttribute> attributes)
           
 void setUrl(String url)
           
 
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

CustomOpenIdProvider

public CustomOpenIdProvider()
Method Detail

setUrl

public void setUrl(String url)

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.