org.identityconnectors.ldap.commons
Class ObjectClassMappingConfig
java.lang.Object
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)
|
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)
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.