|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.security.external.OpenIdRequestedAttributeImpl
public class OpenIdRequestedAttributeImpl
| Constructor Summary | |
|---|---|
OpenIdRequestedAttributeImpl()
|
|
OpenIdRequestedAttributeImpl(String alias,
String typeUri,
boolean required,
Integer count)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenIdRequestedAttributeImpl()
public OpenIdRequestedAttributeImpl(String alias,
String typeUri,
boolean required,
Integer count)
| Method Detail |
|---|
public String getAlias()
OpenIdRequestedAttribute
getAlias in interface OpenIdRequestedAttributepublic void setAlias(String alias)
public String getTypeUri()
OpenIdRequestedAttribute
getTypeUri in interface OpenIdRequestedAttributepublic void setTypeUri(String typeUri)
public boolean isRequired()
OpenIdRequestedAttribute
isRequired in interface OpenIdRequestedAttributepublic void setRequired(boolean required)
public Integer getCount()
OpenIdRequestedAttribute
getCount in interface OpenIdRequestedAttributepublic void setCount(Integer count)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||