| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/ |
| H A D | SortKey.java | 48 public String attributeName; field in class:SortKey
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/ums/ |
| H A D | SortKey.java | 48 public String attributeName; field in class:SortKey
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/ |
| H A D | AttributeStruct.java | 40 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 D | ConstraintFailureException.java | 27 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 D | AttributeStruct.java | 40 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 D | ConstraintFailureException.java | 27 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 D | DefaultCompressedSchema.java | 90 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 D | DefaultCompressedSchema.java | 89 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 D | PasswordExpirationTimeVirtualAttributeProviderTestCase.java | 194 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 D | SNMPSyncManagerV2AccessTest.java | 89 public void checkAttribute(String attributeName) { argument 135 list.addVarBind(attributeName);
|
| /forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/ |
| H A D | VLVSortOrder.java | 34 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 D | VLVSortOrder.java | 35 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 D | PasswordExpirationTimeVirtualAttributeProviderTestCase.java | 193 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 D | SNMPSyncManagerV2AccessTest.java | 88 public void checkAttribute(String attributeName) { argument 134 list.addVarBind(attributeName);
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/core/ |
| H A D | DefaultCompressedSchema.java | 90 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 D | PasswordExpirationTimeVirtualAttributeProviderTestCase.java | 194 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 D | SNMPSyncManagerV2AccessTest.java | 89 public void checkAttribute(String attributeName) { argument 135 list.addVarBind(attributeName);
|
| /forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/ |
| H A D | VLVSortOrder.java | 35 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 D | VLVSortOrder.java | 34 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 D | PasswordExpirationTimeVirtualAttributeProviderTestCase.java | 193 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 D | SNMPSyncManagerV2AccessTest.java | 88 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 D | PasswordExpirationTimeVirtualAttributeProviderTestCase.java | 194 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 D | SNMPSyncManagerV2AccessTest.java | 89 public void checkAttribute(String attributeName) { argument 135 list.addVarBind(attributeName);
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/core/ |
| H A D | DefaultCompressedSchema.java | 90 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 D | DefaultCompressedSchema.java | 89 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
|