Searched refs:schemaAttrType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java1060 * @param schemaAttrType
1067 public boolean equals(Object schemaAttrType) { argument
1068 if (schemaAttrType instanceof Type) {
1069 Type s = (Type) schemaAttrType;
1196 * @param schemaAttrType
1203 public boolean equals(Object schemaAttrType) { argument
1204 if (schemaAttrType instanceof UIType) {
1205 UIType s = (UIType) schemaAttrType;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java1094 * @param schemaAttrType
1101 public boolean equals(Object schemaAttrType) { argument
1102 if (schemaAttrType instanceof Type) {
1103 Type s = (Type) schemaAttrType;
1230 * @param schemaAttrType
1237 public boolean equals(Object schemaAttrType) { argument
1238 if (schemaAttrType instanceof UIType) {
1239 UIType s = (UIType) schemaAttrType;

Completed in 26 milliseconds