@Model public class CustomOpenIdProvider extends Object implements OpenIdProvider
| Constructor and Description |
|---|
CustomOpenIdProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getName() |
String |
getUrl() |
void |
requestAttributes(OpenIdRelyingPartyApi openIdApi,
List<OpenIdRequestedAttribute> attributes) |
void |
setUrl(String url) |
public static final String CODE
public void setUrl(String url)
public String getCode()
getCode in interface OpenIdProviderpublic String getName()
getName in interface OpenIdProviderpublic String getUrl()
getUrl in interface OpenIdProviderpublic void requestAttributes(OpenIdRelyingPartyApi openIdApi, List<OpenIdRequestedAttribute> attributes)
requestAttributes in interface OpenIdProviderCopyright © 2013 Seam Framework. All Rights Reserved.