public class OpenIdRequestedAttributeImpl extends Object implements OpenIdRequestedAttribute
| Constructor and Description |
|---|
OpenIdRequestedAttributeImpl() |
OpenIdRequestedAttributeImpl(String alias,
String typeUri,
boolean required,
Integer count) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Name that identifies this requested attribute.
|
Integer |
getCount()
Indicates the maximum number of values to be returned by the provider;
must be at least 1.
|
String |
getTypeUri()
Attribute type identifier.
|
boolean |
isRequired()
Indicates whether the attribute is required.
|
void |
setAlias(String alias) |
void |
setCount(Integer count) |
void |
setRequired(boolean required) |
void |
setTypeUri(String typeUri) |
public String getAlias()
OpenIdRequestedAttributegetAlias in interface OpenIdRequestedAttributepublic void setAlias(String alias)
public String getTypeUri()
OpenIdRequestedAttributegetTypeUri in interface OpenIdRequestedAttributepublic void setTypeUri(String typeUri)
public boolean isRequired()
OpenIdRequestedAttributeisRequired in interface OpenIdRequestedAttributepublic void setRequired(boolean required)
public Integer getCount()
OpenIdRequestedAttributegetCount in interface OpenIdRequestedAttributepublic void setCount(Integer count)
Copyright © 2013 Seam Framework. All Rights Reserved.