Searched defs:attributeName (Results 1 - 25 of 280) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DSortKey.java48 public String attributeName; field in class:SortKey
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DSortKey.java48 public String attributeName; field in class:SortKey
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DAttributeStruct.java40 String attributeName; field in class:AttributeStruct
55 attributeName = st.nextToken().trim();
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/constraints/
H A DConstraintFailureException.java27 public ConstraintFailureException(String attributeName, String invalidValue) { argument
28 super(INVALID_PROPERTY_VALUE, attributeName, invalidValue);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DAttributeStruct.java40 String attributeName; field in class:AttributeStruct
55 attributeName = st.nextToken().trim();
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/constraints/
H A DConstraintFailureException.java27 public ConstraintFailureException(String attributeName, String invalidValue) { argument
28 super(INVALID_PROPERTY_VALUE, attributeName, invalidValue);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDefaultCompressedSchema.java90 final String attributeName, final Collection<String> attributeOptions)
165 final String attributeName = reader.readOctetStringAsString();
172 loadAttribute(encodedAttribute, attributeName, attributeOptions);
89 storeAttribute(final byte[] encodedAttribute, final String attributeName, final Collection<String> attributeOptions) argument
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDefaultCompressedSchema.java89 final String attributeName, final Collection<String> attributeOptions)
164 final String attributeName = reader.readOctetStringAsString();
171 loadAttribute(encodedAttribute, attributeName, attributeOptions);
88 storeAttribute(final byte[] encodedAttribute, final String attributeName, final Collection<String> attributeOptions) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DPasswordExpirationTimeVirtualAttributeProviderTestCase.java194 private long getTimeValueFromAttribute(String attributeName) argument
207 retAttr.add(attributeName);
230 List<Attribute> attrs = entry.getAttribute(attributeName);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java89 public void checkAttribute(String attributeName) { argument
135 list.addVarBind(attributeName);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVSortOrder.java34 private String attributeName; field in class:VLVSortOrder
40 * @param attributeName the attribute name to be used to sort.
43 public VLVSortOrder(String attributeName, boolean isAscending) argument
45 this.attributeName = attributeName;
47 hashCode = ("vlvsortorder"+attributeName+isAscending).hashCode();
56 return attributeName;
89 equals = sortOrder.getAttributeName().equalsIgnoreCase(attributeName) &&
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVSortOrder.java35 private String attributeName; field in class:VLVSortOrder
41 * @param attributeName the attribute name to be used to sort.
44 public VLVSortOrder(String attributeName, boolean isAscending) argument
46 this.attributeName = attributeName;
48 hashCode = ("vlvsortorder"+attributeName+isAscending).hashCode();
57 return attributeName;
90 equals = sortOrder.getAttributeName().equalsIgnoreCase(attributeName) &&
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DPasswordExpirationTimeVirtualAttributeProviderTestCase.java193 private long getTimeValueFromAttribute(String attributeName) argument
206 retAttr.add(attributeName);
229 List<Attribute> attrs = entry.getAttribute(attributeName);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java88 public void checkAttribute(String attributeName) { argument
134 list.addVarBind(attributeName);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDefaultCompressedSchema.java90 final String attributeName, final Collection<String> attributeOptions)
165 final String attributeName = reader.readOctetStringAsString();
172 loadAttribute(encodedAttribute, attributeName, attributeOptions);
89 storeAttribute(final byte[] encodedAttribute, final String attributeName, final Collection<String> attributeOptions) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DPasswordExpirationTimeVirtualAttributeProviderTestCase.java194 private long getTimeValueFromAttribute(String attributeName) argument
207 retAttr.add(attributeName);
230 List<Attribute> attrs = entry.getAttribute(attributeName);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java89 public void checkAttribute(String attributeName) { argument
135 list.addVarBind(attributeName);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVSortOrder.java35 private String attributeName; field in class:VLVSortOrder
41 * @param attributeName the attribute name to be used to sort.
44 public VLVSortOrder(String attributeName, boolean isAscending) argument
46 this.attributeName = attributeName;
48 hashCode = ("vlvsortorder"+attributeName+isAscending).hashCode();
57 return attributeName;
90 equals = sortOrder.getAttributeName().equalsIgnoreCase(attributeName) &&
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVSortOrder.java34 private String attributeName; field in class:VLVSortOrder
40 * @param attributeName the attribute name to be used to sort.
43 public VLVSortOrder(String attributeName, boolean isAscending) argument
45 this.attributeName = attributeName;
47 hashCode = ("vlvsortorder"+attributeName+isAscending).hashCode();
56 return attributeName;
89 equals = sortOrder.getAttributeName().equalsIgnoreCase(attributeName) &&
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DPasswordExpirationTimeVirtualAttributeProviderTestCase.java193 private long getTimeValueFromAttribute(String attributeName) argument
206 retAttr.add(attributeName);
229 List<Attribute> attrs = entry.getAttribute(attributeName);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java88 public void checkAttribute(String attributeName) { argument
134 list.addVarBind(attributeName);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DPasswordExpirationTimeVirtualAttributeProviderTestCase.java194 private long getTimeValueFromAttribute(String attributeName) argument
207 retAttr.add(attributeName);
230 List<Attribute> attrs = entry.getAttribute(attributeName);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/snmp/
H A DSNMPSyncManagerV2AccessTest.java89 public void checkAttribute(String attributeName) { argument
135 list.addVarBind(attributeName);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDefaultCompressedSchema.java90 final String attributeName, final Collection<String> attributeOptions)
165 final String attributeName = reader.readOctetStringAsString();
172 loadAttribute(encodedAttribute, attributeName, attributeOptions);
89 storeAttribute(final byte[] encodedAttribute, final String attributeName, final Collection<String> attributeOptions) argument
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDefaultCompressedSchema.java89 final String attributeName, final Collection<String> attributeOptions)
164 final String attributeName = reader.readOctetStringAsString();
171 loadAttribute(encodedAttribute, attributeName, attributeOptions);
88 storeAttribute(final byte[] encodedAttribute, final String attributeName, final Collection<String> attributeOptions) argument

Completed in 183 milliseconds

1234567891011>>