Searched defs:getAttributeName (Results 26 - 50 of 109) sorted by relevance

12345

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DChoiceValues.java81 public final String getAttributeName() { method in class:ChoiceValues
H A DDefaultValues.java77 public final String getAttributeName() { method in class:DefaultValues
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DChoiceValues.java81 public final String getAttributeName() { method in class:ChoiceValues
H A DDefaultValues.java78 public final String getAttributeName() { method in class:DefaultValues
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DLDAPProfile.java85 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, method in class:LDAPProfile.Wrapper
214 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, method in class:LDAPProfile
217 String attributeName = profile.getAttributeName(d, pd);
243 return getAttributeName(r.getChildDefinition(), r
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DLDAPProfile.java86 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, method in class:LDAPProfile.Wrapper
215 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, method in class:LDAPProfile
218 String attributeName = profile.getAttributeName(d, pd);
244 return getAttributeName(r.getChildDefinition(), r
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DLDAPProfile.java86 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, method in class:LDAPProfile.Wrapper
215 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, method in class:LDAPProfile
218 String attributeName = profile.getAttributeName(d, pd);
244 return getAttributeName(r.getChildDefinition(), r
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DLDAPProfile.java85 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, method in class:LDAPProfile.Wrapper
214 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, method in class:LDAPProfile
217 String attributeName = profile.getAttributeName(d, pd);
243 return getAttributeName(r.getChildDefinition(), r
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DLDAPProfile.java86 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, method in class:LDAPProfile.Wrapper
215 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, method in class:LDAPProfile
218 String attributeName = profile.getAttributeName(d, pd);
244 return getAttributeName(r.getChildDefinition(), r
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DLDAPProfile.java86 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, method in class:LDAPProfile.Wrapper
215 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, method in class:LDAPProfile
218 String attributeName = profile.getAttributeName(d, pd);
244 return getAttributeName(r.getChildDefinition(), r
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DLDAPProfile.java74 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, PropertyDefinition<?> pd) { method in class:LDAPProfile.Wrapper
185 public String getAttributeName(AbstractManagedObjectDefinition<?, ?> d, PropertyDefinition<?> pd) { method in class:LDAPProfile
187 String attributeName = profile.getAttributeName(d, pd);
210 return getAttributeName(r.getChildDefinition(), r.getNamingPropertyDefinition());
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java352 BasicAttribute attr = new BasicAttribute(getAttributeName(attribute));
396 BasicAttribute attr = new BasicAttribute(getAttributeName(objectClass));
477 sb.append("add: ").append(getAttributeName(element)).append("<br>");
478 sb.append(getAttributeName(element)).append(": ")
485 private String getAttributeName(CommonSchemaElements element) method in class:NewSchemaElementsTask
611 sb.append(getAttributeName(attribute)).append(": ")
616 sb.append(getAttributeName(oc)).append(": ")
637 sb.append(getAttributeName(attribute)).append(": ")
642 sb.append(getAttributeName(oc)).append(": ")
727 Attributes.create(getAttributeName(attribut
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java271 attrName = getAttributeName(table, row);
344 private String getAttributeName(JTable table, int row) method in class:AttributeCellEditor
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java351 BasicAttribute attr = new BasicAttribute(getAttributeName(attribute));
395 BasicAttribute attr = new BasicAttribute(getAttributeName(objectClass));
476 sb.append("add: ").append(getAttributeName(element)).append("<br>");
477 sb.append(getAttributeName(element)).append(": ")
484 private String getAttributeName(CommonSchemaElements element) method in class:NewSchemaElementsTask
610 sb.append(getAttributeName(attribute)).append(": ")
615 sb.append(getAttributeName(oc)).append(": ")
636 sb.append(getAttributeName(attribute)).append(": ")
641 sb.append(getAttributeName(oc)).append(": ")
726 Attributes.create(getAttributeName(attribut
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java270 attrName = getAttributeName(table, row);
343 private String getAttributeName(JTable table, int row) method in class:AttributeCellEditor
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java352 BasicAttribute attr = new BasicAttribute(getAttributeName(attribute));
396 BasicAttribute attr = new BasicAttribute(getAttributeName(objectClass));
477 sb.append("add: ").append(getAttributeName(element)).append("<br>");
478 sb.append(getAttributeName(element)).append(": ")
485 private String getAttributeName(CommonSchemaElements element) method in class:NewSchemaElementsTask
611 sb.append(getAttributeName(attribute)).append(": ")
616 sb.append(getAttributeName(oc)).append(": ")
637 sb.append(getAttributeName(attribute)).append(": ")
642 sb.append(getAttributeName(oc)).append(": ")
727 Attributes.create(getAttributeName(attribut
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java271 attrName = getAttributeName(table, row);
344 private String getAttributeName(JTable table, int row) method in class:AttributeCellEditor
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java351 BasicAttribute attr = new BasicAttribute(getAttributeName(attribute));
395 BasicAttribute attr = new BasicAttribute(getAttributeName(objectClass));
476 sb.append("add: ").append(getAttributeName(element)).append("<br>");
477 sb.append(getAttributeName(element)).append(": ")
484 private String getAttributeName(CommonSchemaElements element) method in class:NewSchemaElementsTask
610 sb.append(getAttributeName(attribute)).append(": ")
615 sb.append(getAttributeName(oc)).append(": ")
636 sb.append(getAttributeName(attribute)).append(": ")
641 sb.append(getAttributeName(oc)).append(": ")
726 Attributes.create(getAttributeName(attribut
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java270 attrName = getAttributeName(table, row);
343 private String getAttributeName(JTable table, int row) method in class:AttributeCellEditor
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java352 BasicAttribute attr = new BasicAttribute(getAttributeName(attribute));
396 BasicAttribute attr = new BasicAttribute(getAttributeName(objectClass));
477 sb.append("add: ").append(getAttributeName(element)).append("<br>");
478 sb.append(getAttributeName(element)).append(": ")
485 private String getAttributeName(CommonSchemaElements element) method in class:NewSchemaElementsTask
611 sb.append(getAttributeName(attribute)).append(": ")
616 sb.append(getAttributeName(oc)).append(": ")
637 sb.append(getAttributeName(attribute)).append(": ")
642 sb.append(getAttributeName(oc)).append(": ")
727 Attributes.create(getAttributeName(attribut
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java271 attrName = getAttributeName(table, row);
344 private String getAttributeName(JTable table, int row) method in class:AttributeCellEditor
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/
H A DEntitlementRegistry.java302 public String getAttributeName(ResourceAttribute attribute) { method in class:EntitlementRegistry
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java252 attrName = getAttributeName(table, row);
323 private String getAttributeName(JTable table, int row) method in class:AttributeCellEditor
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DStringAttributeCondition.java173 public String getAttributeName() { method in class:StringAttributeCondition
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/
H A DEntitlementRegistry.java311 public String getAttributeName(ResourceAttribute attribute) { method in class:EntitlementRegistry

Completed in 224 milliseconds

12345