org.jboss.seam.security.external
Class OpenIdRequestedAttributeImpl

java.lang.Object
  extended by org.jboss.seam.security.external.OpenIdRequestedAttributeImpl
All Implemented Interfaces:
OpenIdRequestedAttribute

public class OpenIdRequestedAttributeImpl
extends Object
implements OpenIdRequestedAttribute

Author:
Marcel Kolsteren

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

OpenIdRequestedAttributeImpl

public OpenIdRequestedAttributeImpl()

OpenIdRequestedAttributeImpl

public OpenIdRequestedAttributeImpl(String alias,
                                    String typeUri,
                                    boolean required,
                                    Integer count)
Method Detail

getAlias

public String getAlias()
Description copied from interface: OpenIdRequestedAttribute
Name that identifies this requested attribute.

Specified by:
getAlias in interface OpenIdRequestedAttribute
Returns:
the alias

setAlias

public void setAlias(String alias)

getTypeUri

public String getTypeUri()
Description copied from interface: OpenIdRequestedAttribute
Attribute type identifier.

Specified by:
getTypeUri in interface OpenIdRequestedAttribute
Returns:
the type URI

setTypeUri

public void setTypeUri(String typeUri)

isRequired

public boolean isRequired()
Description copied from interface: OpenIdRequestedAttribute
Indicates whether the attribute is required.

Specified by:
isRequired in interface OpenIdRequestedAttribute
Returns:
true if required, false otherwise

setRequired

public void setRequired(boolean required)

getCount

public Integer getCount()
Description copied from interface: OpenIdRequestedAttribute
Indicates the maximum number of values to be returned by the provider; must be at least 1.

Specified by:
getCount in interface OpenIdRequestedAttribute
Returns:
maximum number of values

setCount

public void setCount(Integer count)


Copyright © 2011 Seam Framework. All Rights Reserved.