PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v1.assertion
Class SAML11AttributeType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeDesignatorType
      extended by org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeType

public class SAML11AttributeType
extends SAML11AttributeDesignatorType

Since:
Jun 22, 2011
Author:
Anil.Saldhana@redhat.com

Field Summary
protected  List<Object> attributeValues
           
 
Fields inherited from class org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeDesignatorType
attributeName, attributeNamespace
 
Constructor Summary
SAML11AttributeType(String attributeName, URI attributeNamespace)
           
 
Method Summary
 void add(Object attribValue)
           
 void addAll(List<Object> attribValueList)
           
 List<Object> get()
           
 boolean remove(Object attribVal)
           
 
Methods inherited from class org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeDesignatorType
getAttributeName, getAttributeNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeValues

protected List<Object> attributeValues
Constructor Detail

SAML11AttributeType

public SAML11AttributeType(String attributeName,
                           URI attributeNamespace)
Method Detail

add

public void add(Object attribValue)

addAll

public void addAll(List<Object> attribValueList)

remove

public boolean remove(Object attribVal)

get

public List<Object> get()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.