/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/ |
H A D | NamingAttributeManager.java | 120 String namingAttribute = (String) namingAttrMap.get(key); 121 if (namingAttribute == null) { 122 namingAttribute = getNamingAttributeFromTemplate(objectType, orgDN); 123 if (namingAttribute != null) { 124 namingAttrMap.put(key, namingAttribute); 127 return namingAttribute;
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/ |
H A D | BackwardCompSupport.java | 54 private String namingAttribute = null; field in class:BackwardCompSupport 79 namingAttribute = AdminInterfaceUtils.getNamingAttribute( 84 namingAttribute = "uid"; 119 if (name.equals(namingAttribute) || name.equals("ChangePassword")) { 152 values.put(namingAttribute, set); 162 values.put(namingAttribute, set);
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/ |
H A D | NamingAttributeManager.java | 120 String namingAttribute = (String) namingAttrMap.get(key); 121 if (namingAttribute == null) { 122 namingAttribute = getNamingAttributeFromTemplate(objectType, orgDN); 123 if (namingAttribute != null) { 124 namingAttrMap.put(key, namingAttribute); 127 return namingAttribute;
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/ |
H A D | BackwardCompSupport.java | 54 private String namingAttribute = null; field in class:BackwardCompSupport 79 namingAttribute = AdminInterfaceUtils.getNamingAttribute( 84 namingAttribute = "uid"; 119 if (name.equals(namingAttribute) || name.equals("ChangePassword")) { 152 values.put(namingAttribute, set); 162 values.put(namingAttribute, set);
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMEntityType.java | 80 private String namingAttribute; field in class:AMEntityType 120 this.namingAttribute = nAttr; 144 namingAttribute).append("\n").append( 217 return namingAttribute;
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMEntityType.java | 80 private String namingAttribute; field in class:AMEntityType 120 this.namingAttribute = nAttr; 144 namingAttribute).append("\n").append( 217 return namingAttribute;
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | NewUserPanel.java | 97 private JComboBox namingAttribute = Utilities.createComboBox(); field in class:NewUserPanel 102 namingAttribute, dn}; 124 dn.setText(namingAttribute.getSelectedItem()+"=,"+parentNode.getDN()); 181 String attr = (String)namingAttribute.getSelectedItem(); 329 namingAttribute.setModel(model); 330 namingAttribute.setSelectedItem(NAMING_ATTRIBUTES[0]); 331 namingAttribute.addActionListener(new ActionListener() 350 String attr = (String)namingAttribute.getSelectedItem();
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | NewUserPanel.java | 96 private JComboBox namingAttribute = Utilities.createComboBox(); field in class:NewUserPanel 101 namingAttribute, dn}; 123 dn.setText(namingAttribute.getSelectedItem()+"=,"+parentNode.getDN()); 180 String attr = (String)namingAttribute.getSelectedItem(); 328 namingAttribute.setModel(model); 329 namingAttribute.setSelectedItem(NAMING_ATTRIBUTES[0]); 330 namingAttribute.addActionListener(new ActionListener() 349 String attr = (String)namingAttribute.getSelectedItem();
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | NewUserPanel.java | 97 private JComboBox namingAttribute = Utilities.createComboBox(); field in class:NewUserPanel 102 namingAttribute, dn}; 124 dn.setText(namingAttribute.getSelectedItem()+"=,"+parentNode.getDN()); 181 String attr = (String)namingAttribute.getSelectedItem(); 329 namingAttribute.setModel(model); 330 namingAttribute.setSelectedItem(NAMING_ATTRIBUTES[0]); 331 namingAttribute.addActionListener(new ActionListener() 350 String attr = (String)namingAttribute.getSelectedItem();
|
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | NewUserPanel.java | 96 private JComboBox namingAttribute = Utilities.createComboBox(); field in class:NewUserPanel 101 namingAttribute, dn}; 123 dn.setText(namingAttribute.getSelectedItem()+"=,"+parentNode.getDN()); 180 String attr = (String)namingAttribute.getSelectedItem(); 328 namingAttribute.setModel(model); 329 namingAttribute.setSelectedItem(NAMING_ATTRIBUTES[0]); 330 namingAttribute.addActionListener(new ActionListener() 349 String attr = (String)namingAttribute.getSelectedItem();
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | NewUserPanel.java | 97 private JComboBox namingAttribute = Utilities.createComboBox(); field in class:NewUserPanel 102 namingAttribute, dn}; 124 dn.setText(namingAttribute.getSelectedItem()+"=,"+parentNode.getDN()); 181 String attr = (String)namingAttribute.getSelectedItem(); 329 namingAttribute.setModel(model); 330 namingAttribute.setSelectedItem(NAMING_ATTRIBUTES[0]); 331 namingAttribute.addActionListener(new ActionListener() 350 String attr = (String)namingAttribute.getSelectedItem();
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ |
H A D | NewUserPanel.java | 97 private JComboBox namingAttribute = Utilities.createComboBox(); field in class:NewUserPanel 102 namingAttribute, dn}; 122 dn.setText(namingAttribute.getSelectedItem()+"=,"+parentNode.getDN()); 171 String attr = (String)namingAttribute.getSelectedItem(); 310 namingAttribute.setModel(model); 311 namingAttribute.setSelectedItem(NAMING_ATTRIBUTES[0]); 312 namingAttribute.addActionListener(new ActionListener() 329 String attr = (String)namingAttribute.getSelectedItem();
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/admin/ |
H A D | AdminInterfaceUtils.java | 169 String namingAttribute = ""; 172 namingAttribute = AMStoreConnection.getNamingAttribute(object); 177 return namingAttribute;
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/admin/ |
H A D | AdminInterfaceUtils.java | 169 String namingAttribute = ""; 172 namingAttribute = AMStoreConnection.getNamingAttribute(object); 177 return namingAttribute;
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/ |
H A D | TemplateManager.java | 489 String namingAttribute = null; 491 namingAttribute = namingAttr.getValue(); 524 if (namingAttribute != null) { 525 template.setNamingAttribute(namingAttribute);
|
H A D | CreationTemplate.java | 387 * @param namingAttribute 390 void setNamingAttribute(String namingAttribute) { argument 391 m_namingAttribute = namingAttribute;
|
H A D | PersistentObject.java | 175 * @param namingAttribute 182 String namingAttribute) throws UMSException { 190 m_namingAttribute = namingAttribute; 1251 * @param namingAttribute Naming attribute of the object. 1257 String namingAttribute, 1263 sb.append(namingAttribute).append("=").append(name); 181 PersistentObject(CreationTemplate template, AttrSet attrSet, String namingAttribute) argument 1256 idToDN( String namingAttribute, String name, String[] parentID ) argument
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/ |
H A D | TemplateManager.java | 489 String namingAttribute = null; 491 namingAttribute = namingAttr.getValue(); 524 if (namingAttribute != null) { 525 template.setNamingAttribute(namingAttribute);
|
H A D | CreationTemplate.java | 387 * @param namingAttribute 390 void setNamingAttribute(String namingAttribute) { argument 391 m_namingAttribute = namingAttribute;
|
H A D | PersistentObject.java | 175 * @param namingAttribute 182 String namingAttribute) throws UMSException { 190 m_namingAttribute = namingAttribute; 1251 * @param namingAttribute Naming attribute of the object. 1257 String namingAttribute, 1263 sb.append(namingAttribute).append("=").append(name); 181 PersistentObject(CreationTemplate template, AttrSet attrSet, String namingAttribute) argument 1256 idToDN( String namingAttribute, String name, String[] parentID ) argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/dctree/ |
H A D | DomainComponentTree.java | 471 * @param namingAttribute 486 public User getUser(String namingAttribute, String value, String domain) argument 490 SearchResults result = orgEntry.search(namingAttribute + "=" + value,
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/workflowelement/localbackend/ |
H A D | LocalBackendWorkflowElementTest.java | 255 private void addBaseEntry(String suffix, String namingAttribute) throws Exception argument 261 "o: " + namingAttribute);
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/dctree/ |
H A D | DomainComponentTree.java | 471 * @param namingAttribute 486 public User getUser(String namingAttribute, String value, String domain) argument 490 SearchResults result = orgEntry.search(namingAttribute + "=" + value,
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/server/ |
H A D | LocalLdapAuthModule.java | 293 String namingAttribute = UIDATTR; 301 namingAttribute = TemplateManager.getTemplateManager() 311 filter.append('(').append(namingAttribute).append('=').append(uid)
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/server/ |
H A D | LocalLdapAuthModule.java | 293 String namingAttribute = UIDATTR; 301 namingAttribute = TemplateManager.getTemplateManager() 311 filter.append('(').append(namingAttribute).append('=').append(uid)
|