Searched refs:getNamingAttribute (Results 1 - 25 of 64) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DOrganizationalUnit.java115 return (getAttribute(getNamingAttribute()).getValue());
H A DOrganization.java182 return getAttribute(getNamingAttribute()).getValue();
H A DPeopleContainer.java288 return (getAttribute(getNamingAttribute()).getValue());
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DOrganizationalUnit.java115 return (getAttribute(getNamingAttribute()).getValue());
H A DOrganization.java182 return getAttribute(getNamingAttribute()).getValue();
H A DPeopleContainer.java288 return (getAttribute(getNamingAttribute()).getValue());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMNamingAttrManager.java69 String nAttr = dsServices.getNamingAttribute(objectType, orgDN);
H A DAMEntityType.java216 protected String getNamingAttribute() { method in class:AMEntityType
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DNamingAttributeManager.java109 static String getNamingAttribute(int objectType) { method in class:NamingAttributeManager
110 return getNamingAttribute(objectType, null);
117 static String getNamingAttribute(int objectType, String orgDN) { method in class:NamingAttributeManager
155 String namingAttr = creationTemp.getNamingAttribute();
H A DComplianceServicesImpl.java235 .getNamingAttribute(AMObject.GROUP)
238 .getNamingAttribute(AMObject.GROUP)
290 .getNamingAttribute(AMObject.GROUP)
293 .getNamingAttribute(AMObject.GROUP)
346 .getNamingAttribute(AMObject.ROLE)
389 .getNamingAttribute(AMObject.ROLE)
839 .getNamingAttribute(AMObject.GROUP_CONTAINER)
H A DDirectoryServicesImpl.java1005 String entryDN = getNamingAttribute(AMObject.USER) + "=" + profileName
1011 makeNamingFirst(attrSet, getNamingAttribute(AMObject.USER),
1086 makeNamingFirst(attrSet, getNamingAttribute(objectType), profileName);
1130 makeNamingFirst(attrSet, getNamingAttribute(AMObject.RESOURCE),
1151 String entryDN = getNamingAttribute(AMObject.ROLE) + "=" + profileName
1157 makeNamingFirst(attrSet, getNamingAttribute(AMObject.ROLE),
1182 String entryDN = getNamingAttribute(AMObject.ORGANIZATION) + "="
1189 makeNamingFirst(attrSet, getNamingAttribute(AMObject.ORGANIZATION),
1285 String entryDN = getNamingAttribute(AMObject.GROUP) + "=" + profileName
1291 makeNamingFirst(attrSet, getNamingAttribute(AMObjec
3325 protected String getNamingAttribute(int objectType) { method in class:DirectoryServicesImpl
3333 public String getNamingAttribute(int objectType, String orgDN) { method in class:DirectoryServicesImpl
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMNamingAttrManager.java69 String nAttr = dsServices.getNamingAttribute(objectType, orgDN);
H A DAMEntityType.java216 protected String getNamingAttribute() { method in class:AMEntityType
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DNamingAttributeManager.java109 static String getNamingAttribute(int objectType) { method in class:NamingAttributeManager
110 return getNamingAttribute(objectType, null);
117 static String getNamingAttribute(int objectType, String orgDN) { method in class:NamingAttributeManager
155 String namingAttr = creationTemp.getNamingAttribute();
H A DComplianceServicesImpl.java235 .getNamingAttribute(AMObject.GROUP)
238 .getNamingAttribute(AMObject.GROUP)
290 .getNamingAttribute(AMObject.GROUP)
293 .getNamingAttribute(AMObject.GROUP)
346 .getNamingAttribute(AMObject.ROLE)
389 .getNamingAttribute(AMObject.ROLE)
839 .getNamingAttribute(AMObject.GROUP_CONTAINER)
H A DDirectoryServicesImpl.java1005 String entryDN = getNamingAttribute(AMObject.USER) + "=" + profileName
1011 makeNamingFirst(attrSet, getNamingAttribute(AMObject.USER),
1086 makeNamingFirst(attrSet, getNamingAttribute(objectType), profileName);
1130 makeNamingFirst(attrSet, getNamingAttribute(AMObject.RESOURCE),
1151 String entryDN = getNamingAttribute(AMObject.ROLE) + "=" + profileName
1157 makeNamingFirst(attrSet, getNamingAttribute(AMObject.ROLE),
1182 String entryDN = getNamingAttribute(AMObject.ORGANIZATION) + "="
1189 makeNamingFirst(attrSet, getNamingAttribute(AMObject.ORGANIZATION),
1285 String entryDN = getNamingAttribute(AMObject.GROUP) + "=" + profileName
1291 makeNamingFirst(attrSet, getNamingAttribute(AMObjec
3325 protected String getNamingAttribute(int objectType) { method in class:DirectoryServicesImpl
3333 public String getNamingAttribute(int objectType, String orgDN) { method in class:DirectoryServicesImpl
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/cos/
H A DCOSTemplate.java80 Attr attribute = getAttribute(getNamingAttribute());
H A DDirectCOSDefinition.java118 Attr attribute = getAttribute(getNamingAttribute());
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/cos/
H A DCOSTemplate.java80 Attr attribute = getAttribute(getNamingAttribute());
H A DDirectCOSDefinition.java118 Attr attribute = getAttribute(getNamingAttribute());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/dctree/
H A DDomainComponent.java199 public String getNamingAttribute() { method in class:DomainComponent
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSObject.java180 public String getNamingAttribute() { method in class:SMSObject
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/dctree/
H A DDomainComponent.java199 public String getNamingAttribute() { method in class:DomainComponent
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSObject.java180 public String getNamingAttribute() { method in class:SMSObject
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DBackwardCompSupport.java79 namingAttribute = AdminInterfaceUtils.getNamingAttribute(

Completed in 47 milliseconds

123