org.identityconnectors.ldap.commons
Class LdapAttributeType

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

public class LdapAttributeType
extends Object


Constructor Summary
LdapAttributeType(Class<?> type, Set<org.identityconnectors.framework.common.objects.AttributeInfo.Flags> flags)
           
 
Method Summary
 org.identityconnectors.framework.common.objects.AttributeInfo createAttributeInfo(String realName, Set<org.identityconnectors.framework.common.objects.AttributeInfo.Flags> add, Set<org.identityconnectors.framework.common.objects.AttributeInfo.Flags> remove)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapAttributeType

public LdapAttributeType(Class<?> type,
                         Set<org.identityconnectors.framework.common.objects.AttributeInfo.Flags> flags)
Method Detail

createAttributeInfo

public org.identityconnectors.framework.common.objects.AttributeInfo createAttributeInfo(String realName,
                                                                                         Set<org.identityconnectors.framework.common.objects.AttributeInfo.Flags> add,
                                                                                         Set<org.identityconnectors.framework.common.objects.AttributeInfo.Flags> remove)


Copyright © 2012. All Rights Reserved.