org.jboss.seam.security
Class Attribute
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute
public Attribute()
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.