public class ObjectClassMappingConfig extends Object
| Constructor and Description |
|---|
ObjectClassMappingConfig(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
List<String> ldapClasses,
boolean container,
List<String> shortNameLdapAttributes,
org.identityconnectors.framework.common.objects.AttributeInfo... operationalAttributes) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public ObjectClassMappingConfig(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
List<String> ldapClasses,
boolean container,
List<String> shortNameLdapAttributes,
org.identityconnectors.framework.common.objects.AttributeInfo... operationalAttributes)
public org.identityconnectors.framework.common.objects.ObjectClass getObjectClass()
public boolean isContainer()
public void setShortNameLdapAttributes(List<String> shortNameLdapAttributes)
public Set<org.identityconnectors.framework.common.objects.AttributeInfo> getOperationalAttributes()
Copyright © 2014. All Rights Reserved.