org.picketlink.identity.federation.saml.v1.assertion
Class SAML11AttributeType
java.lang.Object
org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeDesignatorType
org.picketlink.identity.federation.saml.v1.assertion.SAML11AttributeType
public class SAML11AttributeType
- extends SAML11AttributeDesignatorType
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeValues
protected List<Object> attributeValues
SAML11AttributeType
public SAML11AttributeType(String attributeName,
URI attributeNamespace)
add
public void add(Object attribValue)
addAll
public void addAll(List<Object> attribValueList)
remove
public boolean remove(Object attribVal)
get
public List<Object> get()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.