org.jboss.seam.security.examples.openid
Class Attributes

java.lang.Object
  extended by org.jboss.seam.security.examples.openid.Attributes
All Implemented Interfaces:
Serializable

@Model
@DialogueScoped
public class Attributes
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Attributes()
           
 
Method Summary
 void confirm()
           
 List<AttributeVO> getAttributeVOs()
           
 void setRequestedAttributes(List<OpenIdRequestedAttribute> requestedAttributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attributes

public Attributes()
Method Detail

setRequestedAttributes

public void setRequestedAttributes(List<OpenIdRequestedAttribute> requestedAttributes)

getAttributeVOs

public List<AttributeVO> getAttributeVOs()

confirm

public void confirm()


Copyright © 2011 Seam Framework. All Rights Reserved.