org.jboss.seam.security
Class Attribute

java.lang.Object
  extended by org.jboss.seam.security.Attribute
All Implemented Interfaces:
org.picketlink.idm.api.Attribute

public class Attribute
extends Object
implements org.picketlink.idm.api.Attribute

Seam implementation of the PicketLink Attribute interface

Author:
Shane Bryzak

Constructor Summary
Attribute()
           
 
Method Summary
 void addValue(Object arg0)
           
 String getName()
           
 int getSize()
           
 Object getValue()
           
 Collection<?> getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()
Method Detail

addValue

public void addValue(Object arg0)
Specified by:
addValue in interface org.picketlink.idm.api.Attribute

getName

public String getName()
Specified by:
getName in interface org.picketlink.idm.api.Attribute

getSize

public int getSize()
Specified by:
getSize in interface org.picketlink.idm.api.Attribute

getValue

public Object getValue()
Specified by:
getValue in interface org.picketlink.idm.api.Attribute

getValues

public Collection<?> getValues()
Specified by:
getValues in interface org.picketlink.idm.api.Attribute


Copyright © 2011 Seam Framework. All Rights Reserved.