Searched defs:objectclass (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DIDirectoryServices.java666 * Returns the objectclass representing an object type.
671 * the objectclass for the representing the object type.
687 * objectclass
690 * the objectclass
696 * objectclass.
698 * @param objectclass
700 * objectclass
702 public Set getAttributesForSchema(String objectclass); argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DIDirectoryServices.java666 * Returns the objectclass representing an object type.
671 * the objectclass for the representing the object type.
687 * objectclass
690 * the objectclass
696 * objectclass.
698 * @param objectclass
700 * objectclass
702 public Set getAttributesForSchema(String objectclass); argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DRemoteServicesImpl.java1692 * objectclass based on the LDAP schema
1694 * @param objectclass
1697 public Set getAttributesForSchema(String objectclass) { argument
1699 Object[] objs = { objectclass };
H A DDirectoryManagerIF.java185 public Set getAttributesForSchema(String objectclass) argument
H A DDirectoryManagerImpl.java276 public Set getAttributesForSchema(String objectclass) argument
279 return dsServices.getAttributesForSchema(objectclass);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DRemoteServicesImpl.java1692 * objectclass based on the LDAP schema
1694 * @param objectclass
1697 public Set getAttributesForSchema(String objectclass) { argument
1699 Object[] objs = { objectclass };
H A DDirectoryManagerIF.java185 public Set getAttributesForSchema(String objectclass) argument
H A DDirectoryManagerImpl.java276 public Set getAttributesForSchema(String objectclass) argument
279 return dsServices.getAttributesForSchema(objectclass);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java154 private String[] aName = { "objectclass" };
533 cachedAttributes.get("objectclass")) == null) {
536 + " LDAP call to get objectclass attributes for DN: "
541 attrNames.add("objectclass");
546 objectClasses = (Set) attributes.get("objectclass");
975 // objectclasses if the "objectclass" attribute is present
976 // so we need to append those default objectclass here
977 Attr attr = aSet.getAttribute("objectclass");
982 // get default user objectclass from creation template
983 Attr defAttr = ct.getAttribute("objectclass");
3369 getAttributesForSchema(String objectclass) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java154 private String[] aName = { "objectclass" };
533 cachedAttributes.get("objectclass")) == null) {
536 + " LDAP call to get objectclass attributes for DN: "
541 attrNames.add("objectclass");
546 objectClasses = (Set) attributes.get("objectclass");
975 // objectclasses if the "objectclass" attribute is present
976 // so we need to append those default objectclass here
977 Attr attr = aSet.getAttribute("objectclass");
982 // get default user objectclass from creation template
983 Attr defAttr = ct.getAttribute("objectclass");
3369 getAttributesForSchema(String objectclass) argument
[all...]

Completed in 48 milliseconds