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

java.lang.Object
  extended by org.jboss.seam.security.examples.openid.AttributeVO

public class AttributeVO
extends Object


Constructor Summary
AttributeVO()
           
 
Method Summary
 String getAttributeValue()
           
 OpenIdRequestedAttribute getRequestedAttribute()
           
 void setAttributeValue(String attributeValue)
           
 void setRequestedAttribute(OpenIdRequestedAttribute requestedAttribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeVO

public AttributeVO()
Method Detail

getRequestedAttribute

public OpenIdRequestedAttribute getRequestedAttribute()

setRequestedAttribute

public void setRequestedAttribute(OpenIdRequestedAttribute requestedAttribute)

getAttributeValue

public String getAttributeValue()

setAttributeValue

public void setAttributeValue(String attributeValue)


Copyright © 2011 Seam Framework. All Rights Reserved.