edu.internet2.middleware.ldappc.spml.definitions
Class PSOAttributeDefinition

java.lang.Object
  extended by edu.internet2.middleware.ldappc.spml.definitions.PSOAttributeDefinition

public class PSOAttributeDefinition
extends Object


Constructor Summary
PSOAttributeDefinition()
           
 
Method Summary
 org.openspml.v2.profiles.dsml.DSMLAttr getAttribute(Map<String,edu.internet2.middleware.shibboleth.common.attribute.BaseAttribute<?>> attributes)
           
 String getName()
           
 String getRef()
           
 boolean isMultiValued()
           
 boolean isRetainAll()
           
 void setIsMultiValued(boolean isMultiValued)
           
 void setName(String name)
           
 void setRef(String ref)
           
 void setRetainAll(boolean retainAll)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PSOAttributeDefinition

public PSOAttributeDefinition()
Method Detail

getRef

public String getRef()

setRef

public void setRef(String ref)

getName

public String getName()

setName

public void setName(String name)

isMultiValued

public boolean isMultiValued()

setIsMultiValued

public void setIsMultiValued(boolean isMultiValued)

isRetainAll

public boolean isRetainAll()

setRetainAll

public void setRetainAll(boolean retainAll)

getAttribute

public org.openspml.v2.profiles.dsml.DSMLAttr getAttribute(Map<String,edu.internet2.middleware.shibboleth.common.attribute.BaseAttribute<?>> attributes)
                                                    throws org.openspml.v2.profiles.dsml.DSMLProfileException
Throws:
org.openspml.v2.profiles.dsml.DSMLProfileException

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012 Internet2. All Rights Reserved.