Searched defs:getNamingAttribute (Results 1 - 24 of 24) sorted by relevance

/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/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/iplanet/am/sdk/
H A DAMEntityType.java216 protected String getNamingAttribute() { method in class:AMEntityType
H A DAMStoreConnection.java208 * {@link #getNamingAttribute(int)
209 * getNamingAttribute(int objectType)}
220 * {@link #getNamingAttribute(int)
221 * getNamingAttribute(int objectType)}
232 * {@link #getNamingAttribute(int)
233 * getNamingAttribute(int objectType)}
263 public static String getNamingAttribute(int objectType) throws AMException { method in class:AMStoreConnection
272 * {@link #getNamingAttribute(int)
273 * getNamingAttribute(int objectType)}
284 * {@link #getNamingAttribute(in
[all...]
/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 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 DAMEntityType.java216 protected String getNamingAttribute() { method in class:AMEntityType
H A DAMStoreConnection.java210 * {@link #getNamingAttribute(int)
211 * getNamingAttribute(int objectType)}
222 * {@link #getNamingAttribute(int)
223 * getNamingAttribute(int objectType)}
234 * {@link #getNamingAttribute(int)
235 * getNamingAttribute(int objectType)}
265 public static String getNamingAttribute(int objectType) throws AMException { method in class:AMStoreConnection
274 * {@link #getNamingAttribute(int)
275 * getNamingAttribute(int objectType)}
286 * {@link #getNamingAttribute(in
[all...]
/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 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/
H A DCreationTemplate.java401 public String getNamingAttribute() { method in class:CreationTemplate
H A DPersistentObject.java153 m_namingAttribute = template.getNamingAttribute();
679 public String getNamingAttribute() { method in class:PersistentObject
747 String idAttr = object.getNamingAttribute();
830 String idAttr = object.getNamingAttribute();
947 sb.append("Naming attribute :").append(getNamingAttribute()).append("\n");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/admin/
H A DAdminInterfaceUtils.java168 public static String getNamingAttribute(int object, Debug debug) { method in class:AdminInterfaceUtils
172 namingAttribute = AMStoreConnection.getNamingAttribute(object);
/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/
H A DCreationTemplate.java401 public String getNamingAttribute() { method in class:CreationTemplate
H A DPersistentObject.java153 m_namingAttribute = template.getNamingAttribute();
679 public String getNamingAttribute() { method in class:PersistentObject
747 String idAttr = object.getNamingAttribute();
830 String idAttr = object.getNamingAttribute();
947 sb.append("Naming attribute :").append(getNamingAttribute()).append("\n");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/admin/
H A DAdminInterfaceUtils.java168 public static String getNamingAttribute(int object, Debug debug) { method in class:AdminInterfaceUtils
172 namingAttribute = AMStoreConnection.getNamingAttribute(object);
/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/iplanet/am/sdk/common/
H A DIDirectoryServices.java663 public String getNamingAttribute(int objectType, String orgDN); method in interface:IDirectoryServices
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DIDirectoryServices.java663 public String getNamingAttribute(int objectType, String orgDN); method in interface:IDirectoryServices
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DRemoteServicesImpl.java1627 public String getNamingAttribute(int objectType, String orgDN) { method in class:RemoteServicesImpl
1639 "RemoteServicesImpl.getNamingAttribute : orgDN="
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DRemoteServicesImpl.java1627 public String getNamingAttribute(int objectType, String orgDN) { method in class:RemoteServicesImpl
1639 "RemoteServicesImpl.getNamingAttribute : orgDN="
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java2259 private String getNamingAttribute(IdType type) { method in class:DJLDAPv3Repo
2277 return getNamingAttribute(type);
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java2288 private String getNamingAttribute(IdType type) { method in class:DJLDAPv3Repo
2306 return getNamingAttribute(type);

Completed in 149 milliseconds