Class LdapSyncAttributeMetadata
java.lang.Object
edu.internet2.middleware.grouper.app.ldapProvisioning.LdapSyncAttributeMetadata
information about an attribute in ldap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname of attribute in ldapintmetadata column index from zeroattribute typevoidsetAttributeName(String attributeName1) name of attribute in ldapvoidsetColumnIndexFromZero(int columnIndexFromZero1) metadata column index from zerovoidsetLdapSyncAttributeType(LdapSyncAttributeType ldapSyncAttributeType1) attribute typetoString()
-
Constructor Details
-
LdapSyncAttributeMetadata
public LdapSyncAttributeMetadata()
-
-
Method Details
-
toString
-
getColumnIndexFromZero
public int getColumnIndexFromZero()metadata column index from zero- Returns:
- column index
-
setColumnIndexFromZero
public void setColumnIndexFromZero(int columnIndexFromZero1) metadata column index from zero- Parameters:
columnIndexFromZero1-
-
getAttributeName
name of attribute in ldap- Returns:
- attribute name
-
setAttributeName
name of attribute in ldap- Parameters:
attributeName1-
-
getLdapSyncAttributeType
attribute type- Returns:
- attribute type
-
setLdapSyncAttributeType
attribute type- Parameters:
ldapSyncAttributeType1-
-