org.identityconnectors.ldap.commons
Class ObjectClassMappingConfig

java.lang.Object
  extended by org.identityconnectors.ldap.commons.ObjectClassMappingConfig

public class ObjectClassMappingConfig
extends Object

Describes how to map a framework object class to an LDAP object class.


Constructor Summary
ObjectClassMappingConfig(org.identityconnectors.framework.common.objects.ObjectClass objectClass, List<String> ldapClasses, boolean container, List<String> shortNameLdapAttributes, org.identityconnectors.framework.common.objects.AttributeInfo... operationalAttributes)
           
 
Method Summary
 boolean equals(Object o)
           
 List<String> getLdapClasses()
           
 org.identityconnectors.framework.common.objects.ObjectClass getObjectClass()
           
 Set<org.identityconnectors.framework.common.objects.AttributeInfo> getOperationalAttributes()
           
 List<String> getShortNameLdapAttributes()
           
 int hashCode()
           
 boolean isContainer()
           
 void setLdapClasses(List<String> ldapClasses)
           
 void setShortNameLdapAttributes(List<String> shortNameLdapAttributes)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectClassMappingConfig

public ObjectClassMappingConfig(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
                                List<String> ldapClasses,
                                boolean container,
                                List<String> shortNameLdapAttributes,
                                org.identityconnectors.framework.common.objects.AttributeInfo... operationalAttributes)
Method Detail

getObjectClass

public org.identityconnectors.framework.common.objects.ObjectClass getObjectClass()

getLdapClasses

public List<String> getLdapClasses()

setLdapClasses

public void setLdapClasses(List<String> ldapClasses)

isContainer

public boolean isContainer()

getShortNameLdapAttributes

public List<String> getShortNameLdapAttributes()

setShortNameLdapAttributes

public void setShortNameLdapAttributes(List<String> shortNameLdapAttributes)

getOperationalAttributes

public Set<org.identityconnectors.framework.common.objects.AttributeInfo> getOperationalAttributes()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.