Searched refs:AttributeSchema (Results 1 - 25 of 190) sorted by relevance

12345678

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMAttrSchemaComparator.java31 import com.sun.identity.sm.AttributeSchema;
39 * <code>AttributeSchema</code> objects. Its supports Collator.
57 * @param o1 <code>AttributeSchema</code> object
58 * @param o2 <code>AttributeSchema</code> object
64 AttributeSchema attr1 = (AttributeSchema) o1;
65 AttributeSchema attr2 = (AttributeSchema) o2;
H A DAttributeI18NKeyComparator.java31 import com.sun.identity.sm.AttributeSchema;
37 * <code>AttributeSchema</code> objects. Its supports Collator.
55 * @param o1 <code>AttributeSchema</code> object.
56 * @param o2 <code>AttributeSchema</code> object.
62 AttributeSchema attr1 = (AttributeSchema) o1;
63 AttributeSchema attr2 = (AttributeSchema) o2;
H A DAMDisplayType.java33 import com.sun.identity.sm.AttributeSchema;
78 AttributeSchema.Type type = actionSchema.getType();
80 if (type.equals(AttributeSchema.Type.LIST)) {
82 } else if (type.equals(AttributeSchema.Type.SINGLE_CHOICE)) {
84 } else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
113 com.sun.identity.sm.AttributeSchema.Syntax syntax
117 if (syntax.equals(AttributeSchema.Syntax.BOOLEAN)) {
119 } else if (syntax.equals(AttributeSchema.Syntax.PASSWORD)) {
121 } else if (syntax.equals(AttributeSchema.Syntax.ENCRYPTED_PASSWORD)) {
123 } else if (syntax.equals(AttributeSchema
[all...]
H A DAMServiceProfileModelImpl.java35 import com.sun.identity.sm.AttributeSchema;
162 AttributeSchema as = (AttributeSchema)iter.next();
163 AttributeSchema.UIType uiType = as.getUIType();
166 (!uiType.equals(AttributeSchema.UIType.NAME_VALUE_LIST) &&
167 !uiType.equals(AttributeSchema.UIType.BUTTON) &&
168 !uiType.equals(AttributeSchema.UIType.LINK))
170 AttributeSchema.Type type = as.getType();
171 if ((type == AttributeSchema.Type.MULTIPLE_CHOICE) ||
172 (type == AttributeSchema
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMAttrSchemaComparator.java31 import com.sun.identity.sm.AttributeSchema;
39 * <code>AttributeSchema</code> objects. Its supports Collator.
57 * @param o1 <code>AttributeSchema</code> object
58 * @param o2 <code>AttributeSchema</code> object
64 AttributeSchema attr1 = (AttributeSchema) o1;
65 AttributeSchema attr2 = (AttributeSchema) o2;
H A DAttributeI18NKeyComparator.java31 import com.sun.identity.sm.AttributeSchema;
37 * <code>AttributeSchema</code> objects. Its supports Collator.
55 * @param o1 <code>AttributeSchema</code> object.
56 * @param o2 <code>AttributeSchema</code> object.
62 AttributeSchema attr1 = (AttributeSchema) o1;
63 AttributeSchema attr2 = (AttributeSchema) o2;
H A DAMDisplayType.java33 import com.sun.identity.sm.AttributeSchema;
78 AttributeSchema.Type type = actionSchema.getType();
80 if (type.equals(AttributeSchema.Type.LIST)) {
82 } else if (type.equals(AttributeSchema.Type.SINGLE_CHOICE)) {
84 } else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
113 com.sun.identity.sm.AttributeSchema.Syntax syntax
117 if (syntax.equals(AttributeSchema.Syntax.BOOLEAN)) {
119 } else if (syntax.equals(AttributeSchema.Syntax.PASSWORD)) {
121 } else if (syntax.equals(AttributeSchema.Syntax.ENCRYPTED_PASSWORD)) {
123 } else if (syntax.equals(AttributeSchema
[all...]
H A DAMServiceProfileModelImpl.java35 import com.sun.identity.sm.AttributeSchema;
162 AttributeSchema as = (AttributeSchema)iter.next();
163 AttributeSchema.UIType uiType = as.getUIType();
166 (!uiType.equals(AttributeSchema.UIType.NAME_VALUE_LIST) &&
167 !uiType.equals(AttributeSchema.UIType.BUTTON) &&
168 !uiType.equals(AttributeSchema.UIType.LINK))
170 AttributeSchema.Type type = as.getType();
171 if ((type == AttributeSchema.Type.MULTIPLE_CHOICE) ||
172 (type == AttributeSchema
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DAttributeSchemaComparator.java31 import com.sun.identity.sm.AttributeSchema;
37 * <code>AttributeSchema</code> objects. Its supports Collator.
54 * @param o1 <code>AttributeSchema</code> object
55 * @param o2 <code>AttributeSchema</code> object
61 AttributeSchema attr1 = (AttributeSchema) o1;
62 AttributeSchema attr2 = (AttributeSchema) o2;
H A DMultiServicesPropertyXMLBuilder.java33 import com.sun.identity.sm.AttributeSchema;
58 protected String getAttributeNameForPropertyXML(AttributeSchema as) {
H A DPropertyXMLBuilderBase.java36 import static com.sun.identity.sm.AttributeSchema.UIType.*;
43 import com.sun.identity.sm.AttributeSchema;
93 mapUITypeToName.put(AttributeSchema.UIType.BUTTON, "button");
94 mapUITypeToName.put(AttributeSchema.UIType.LINK, "link");
95 mapUITypeToName.put(AttributeSchema.UIType.ADDREMOVELIST, "addremove");
96 mapUITypeToName.put(AttributeSchema.UIType.NAME_VALUE_LIST,
98 mapUITypeToName.put(AttributeSchema.UIType.RADIO, "radio");
99 mapUITypeToName.put(AttributeSchema.UIType.UNORDEREDLIST,
101 mapUITypeToName.put(AttributeSchema.UIType.ORDEREDLIST,
103 mapUITypeToName.put(AttributeSchema
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DAttributeSchemaComparator.java31 import com.sun.identity.sm.AttributeSchema;
37 * <code>AttributeSchema</code> objects. Its supports Collator.
54 * @param o1 <code>AttributeSchema</code> object
55 * @param o2 <code>AttributeSchema</code> object
61 AttributeSchema attr1 = (AttributeSchema) o1;
62 AttributeSchema attr2 = (AttributeSchema) o2;
H A DMultiServicesPropertyXMLBuilder.java33 import com.sun.identity.sm.AttributeSchema;
58 protected String getAttributeNameForPropertyXML(AttributeSchema as) {
H A DPropertyXMLBuilderBase.java36 import static com.sun.identity.sm.AttributeSchema.UIType.*;
43 import com.sun.identity.sm.AttributeSchema;
93 mapUITypeToName.put(AttributeSchema.UIType.BUTTON, "button");
94 mapUITypeToName.put(AttributeSchema.UIType.LINK, "link");
95 mapUITypeToName.put(AttributeSchema.UIType.ADDREMOVELIST, "addremove");
96 mapUITypeToName.put(AttributeSchema.UIType.NAME_VALUE_LIST,
98 mapUITypeToName.put(AttributeSchema.UIType.RADIO, "radio");
99 mapUITypeToName.put(AttributeSchema.UIType.UNORDEREDLIST,
101 mapUITypeToName.put(AttributeSchema.UIType.ORDEREDLIST,
103 mapUITypeToName.put(AttributeSchema
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java34 import com.sun.identity.sm.AttributeSchema;
42 * <code>com.sun.identity.sm.AttributeSchema</code>.
215 private AttributeSchema attrSchema;
217 protected AMAttributeSchema(AttributeSchema as) {
239 if (type.equals(AttributeSchema.Type.SINGLE.toString()))
241 else if (type.equals(AttributeSchema.Type.LIST.toString()))
243 else if (type.equals(AttributeSchema.Type.SINGLE_CHOICE.toString()))
245 else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE.toString()))
247 else if (type.equals(AttributeSchema.Type.SIGNATURE.toString()))
249 else if (type.equals(AttributeSchema
[all...]
H A DAMCrypt.java39 import com.sun.identity.sm.AttributeSchema;
57 AttributeSchema as = serviceSchema
60 && (as.getSyntax().equals(AttributeSchema.Syntax.PASSWORD)
62 AttributeSchema.Syntax.ENCRYPTED_PASSWORD)))
92 AttributeSchema as = serviceSchema
95 && (as.getSyntax().equals(AttributeSchema.Syntax.PASSWORD)
97 AttributeSchema.Syntax.ENCRYPTED_PASSWORD)))
125 AttributeSchema as = serviceSchema.getAttributeSchema(attributeName);
127 || (!as.getSyntax().equals(AttributeSchema.Syntax.PASSWORD) &&
129 AttributeSchema
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java34 import com.sun.identity.sm.AttributeSchema;
42 * <code>com.sun.identity.sm.AttributeSchema</code>.
215 private AttributeSchema attrSchema;
217 protected AMAttributeSchema(AttributeSchema as) {
239 if (type.equals(AttributeSchema.Type.SINGLE.toString()))
241 else if (type.equals(AttributeSchema.Type.LIST.toString()))
243 else if (type.equals(AttributeSchema.Type.SINGLE_CHOICE.toString()))
245 else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE.toString()))
247 else if (type.equals(AttributeSchema.Type.SIGNATURE.toString()))
249 else if (type.equals(AttributeSchema
[all...]
H A DAMCrypt.java39 import com.sun.identity.sm.AttributeSchema;
57 AttributeSchema as = serviceSchema
60 && (as.getSyntax().equals(AttributeSchema.Syntax.PASSWORD)
62 AttributeSchema.Syntax.ENCRYPTED_PASSWORD)))
92 AttributeSchema as = serviceSchema
95 && (as.getSyntax().equals(AttributeSchema.Syntax.PASSWORD)
97 AttributeSchema.Syntax.ENCRYPTED_PASSWORD)))
125 AttributeSchema as = serviceSchema.getAttributeSchema(attributeName);
127 || (!as.getSyntax().equals(AttributeSchema.Syntax.PASSWORD) &&
129 AttributeSchema
[all...]
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverterTest.java42 import com.sun.identity.sm.AttributeSchema;
102 addAttributeSchema(STRING_VALUE_NAME, AttributeSchema.Syntax.STRING, null, AttributeSchema.Type.SINGLE,
104 addAttributeSchema(INT_VALUE_NAME, AttributeSchema.Syntax.NUMERIC, null, AttributeSchema.Type.SINGLE, null);
105 addAttributeSchema(BOOLEAN_VALUE_NAME, AttributeSchema.Syntax.BOOLEAN, null, AttributeSchema.Type.SINGLE, null);
106 addAttributeSchema(DECIMAL_VALUE_NAME, AttributeSchema.Syntax.DECIMAL, null, AttributeSchema.Type.SINGLE, null);
107 addAttributeSchema(ARRAY_VALUE_NAME, AttributeSchema
[all...]
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverterTest.java42 import com.sun.identity.sm.AttributeSchema;
102 addAttributeSchema(STRING_VALUE_NAME, AttributeSchema.Syntax.STRING, null, AttributeSchema.Type.SINGLE,
104 addAttributeSchema(INT_VALUE_NAME, AttributeSchema.Syntax.NUMERIC, null, AttributeSchema.Type.SINGLE, null);
105 addAttributeSchema(BOOLEAN_VALUE_NAME, AttributeSchema.Syntax.BOOLEAN, null, AttributeSchema.Type.SINGLE, null);
106 addAttributeSchema(DECIMAL_VALUE_NAME, AttributeSchema.Syntax.DECIMAL, null, AttributeSchema.Type.SINGLE, null);
107 addAttributeSchema(ARRAY_VALUE_NAME, AttributeSchema
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeValidator.java104 AttributeSchema.Syntax syntax = as.getSyntax();
107 if ((syntax.equals(AttributeSchema.Syntax.STRING))
108 || (syntax.equals(AttributeSchema.Syntax.PARAGRAPH))
109 || (syntax.equals(AttributeSchema.Syntax.SCRIPT))
110 || (syntax.equals(AttributeSchema.Syntax.URL))
111 || (syntax.equals(AttributeSchema.Syntax.XML))
112 || (syntax.equals(AttributeSchema.Syntax.BOOLEAN))
113 || (syntax.equals(AttributeSchema.Syntax.DATE))) {
117 if (syntax.equals(AttributeSchema.Syntax.EMAIL)) {
136 if (syntax.equals(AttributeSchema
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeValidator.java104 AttributeSchema.Syntax syntax = as.getSyntax();
107 if ((syntax.equals(AttributeSchema.Syntax.STRING))
108 || (syntax.equals(AttributeSchema.Syntax.PARAGRAPH))
109 || (syntax.equals(AttributeSchema.Syntax.SCRIPT))
110 || (syntax.equals(AttributeSchema.Syntax.URL))
111 || (syntax.equals(AttributeSchema.Syntax.XML))
112 || (syntax.equals(AttributeSchema.Syntax.BOOLEAN))
113 || (syntax.equals(AttributeSchema.Syntax.DATE))) {
117 if (syntax.equals(AttributeSchema.Syntax.EMAIL)) {
136 if (syntax.equals(AttributeSchema
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverter.java44 import com.sun.identity.sm.AttributeSchema;
93 final AttributeSchema attributeSchema = this.schema.getAttributeSchema((String) attributeName);
94 final AttributeSchema.Syntax syntax = attributeSchema.getSyntax();
112 private AttributeSchemaConverter getAttributeSchemaValue(AttributeSchema.Syntax syntax) {
182 AttributeSchema attributeSchema = schema.getAttributeSchema(attributeName);
188 AttributeSchema.Type type = attributeSchema.getType();
237 private boolean isAMap(AttributeSchema.UIType type) {
238 return AttributeSchema.UIType.MAPLIST.equals(type)
239 || AttributeSchema.UIType.GLOBALMAPLIST.equals(type);
242 private boolean containsMultipleValues(AttributeSchema
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverter.java48 import com.sun.identity.sm.AttributeSchema;
96 final AttributeSchema attributeSchema = this.schema.getAttributeSchema((String) attributeName);
97 final AttributeSchema.Syntax syntax = attributeSchema.getSyntax();
115 private AttributeSchemaConverter getAttributeSchemaValue(AttributeSchema.Syntax syntax) {
213 AttributeSchema attributeSchema = schema.getAttributeSchema(attributeName);
219 AttributeSchema.Type type = attributeSchema.getType();
270 private boolean isAMap(AttributeSchema.UIType type) {
271 return AttributeSchema.UIType.MAPLIST.equals(type)
272 || AttributeSchema.UIType.GLOBALMAPLIST.equals(type);
275 private boolean containsMultipleValues(AttributeSchema
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DActionSchema.java50 protected static final String ACTION_SCHEMA = "AttributeSchema";
226 AttributeSchema.Type type = as.getType();
230 if (type.equals(AttributeSchema.Type.SINGLE) ||
231 type.equals(AttributeSchema.Type.SINGLE_CHOICE)) {
239 if (type.equals(AttributeSchema.Type.SINGLE_CHOICE) ||
240 type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
253 if (!checkType && !type.equals(AttributeSchema.Type.LIST)) {
264 AttributeSchema.Syntax syntax = as.getSyntax();
267 if (syntax.equals(AttributeSchema.Syntax.STRING) ||
268 syntax.equals(AttributeSchema
[all...]

Completed in 51 milliseconds

12345678