Searched refs:AttributeSchema (Results 51 - 75 of 190) sorted by relevance

12345678

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoveryServiceModelImpl.java35 import com.sun.identity.sm.AttributeSchema;
111 AttributeSchema as = schema.getAttributeSchema(
131 AttributeSchema as = schema.getAttributeSchema(
H A DMAPDeviceProfileModelImpl.java38 import com.sun.identity.sm.AttributeSchema;
90 AttributeSchema as = schema.getAttributeSchema(name);
183 AttributeSchema as = getDeviceAttributeSchema(name);
224 AttributeSchema as = getDeviceAttributeSchema(name);
227 AttributeSchema.Syntax.BOOLEAN)
H A DSCModelBase.java35 import com.sun.identity.sm.AttributeSchema;
169 AttributeSchema as =
170 (AttributeSchema)schema.getAttributeSchema(attributeName);
173 AttributeSchema.Type type = as.getType();
174 if ((type == AttributeSchema.Type.MULTIPLE_CHOICE) ||
175 (type == AttributeSchema.Type.SINGLE_CHOICE))
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DSubConfigPropertyXMLBuilder.java33 import com.sun.identity.sm.AttributeSchema;
109 AttributeSchema as = (AttributeSchema)iter.next();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DSubConfigPropertyXMLBuilder.java33 import com.sun.identity.sm.AttributeSchema;
109 AttributeSchema as = (AttributeSchema)iter.next();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoveryServiceModelImpl.java35 import com.sun.identity.sm.AttributeSchema;
111 AttributeSchema as = schema.getAttributeSchema(
131 AttributeSchema as = schema.getAttributeSchema(
H A DMAPDeviceProfileModelImpl.java38 import com.sun.identity.sm.AttributeSchema;
90 AttributeSchema as = schema.getAttributeSchema(name);
183 AttributeSchema as = getDeviceAttributeSchema(name);
224 AttributeSchema as = getDeviceAttributeSchema(name);
227 AttributeSchema.Syntax.BOOLEAN)
H A DSCModelBase.java35 import com.sun.identity.sm.AttributeSchema;
169 AttributeSchema as =
170 (AttributeSchema)schema.getAttributeSchema(attributeName);
173 AttributeSchema.Type type = as.getType();
174 if ((type == AttributeSchema.Type.MULTIPLE_CHOICE) ||
175 (type == AttributeSchema.Type.SINGLE_CHOICE))
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/admin/
H A DPossibleLocales.java43 import com.sun.identity.sm.AttributeSchema;
102 AttributeSchema attributeSchema =
149 private AttributeSchema getLocaleCharsetMappingAttributeSchema(
151 AttributeSchema attributeSchema = null;
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DGetAttributeDefaults.java38 import com.sun.identity.sm.AttributeSchema;
112 AttributeSchema attrSchema = ss.getAttributeSchema(name);
113 AttributeSchema.Syntax syntax = attrSchema.getSyntax();
114 if (syntax == AttributeSchema.Syntax.PASSWORD) {
H A DSetAttributeSchemaChoiceValues.java40 import com.sun.identity.sm.AttributeSchema;
97 AttributeSchema attrSchema = ss.getAttributeSchema(
141 AttributeSchema attrSchema,
154 AttributeSchema attrSchema,
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DGetAttributeDefaults.java38 import com.sun.identity.sm.AttributeSchema;
112 AttributeSchema attrSchema = ss.getAttributeSchema(name);
113 AttributeSchema.Syntax syntax = attrSchema.getSyntax();
114 if (syntax == AttributeSchema.Syntax.PASSWORD) {
H A DSetAttributeSchemaChoiceValues.java40 import com.sun.identity.sm.AttributeSchema;
97 AttributeSchema attrSchema = ss.getAttributeSchema(
141 AttributeSchema attrSchema,
154 AttributeSchema attrSchema,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/admin/
H A DPossibleLocales.java43 import com.sun.identity.sm.AttributeSchema;
102 AttributeSchema attributeSchema =
149 private AttributeSchema getLocaleCharsetMappingAttributeSchema(
151 AttributeSchema attributeSchema = null;
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java19 import static com.sun.identity.sm.AttributeSchema.Syntax.BOOLEAN;
20 import static com.sun.identity.sm.AttributeSchema.Syntax.DECIMAL;
21 import static com.sun.identity.sm.AttributeSchema.Syntax.DECIMAL_NUMBER;
22 import static com.sun.identity.sm.AttributeSchema.Syntax.DECIMAL_RANGE;
23 import static com.sun.identity.sm.AttributeSchema.Syntax.NUMBER;
24 import static com.sun.identity.sm.AttributeSchema.Syntax.NUMBER_RANGE;
25 import static com.sun.identity.sm.AttributeSchema.Syntax.PERCENT;
87 import com.sun.identity.sm.AttributeSchema;
127 public static final List<AttributeSchema.Syntax> NUMBER_SYNTAXES = asList(DECIMAL, PERCENT, DECIMAL_RANGE, DECIMAL_NUMBER);
478 for (AttributeSchema attribut
[all...]
H A DSmsConsoleServiceNameFilter.java25 import com.sun.identity.sm.AttributeSchema;
125 final Set<AttributeSchema> attributeSchemas = getAttributeSchemas(serviceSchemaManager, schemaType, null);
126 for (AttributeSchema attributeSchema : attributeSchemas) {
135 private Set<AttributeSchema> getAttributeSchemas(ServiceSchemaManager serviceSchemaManager, SchemaType schemaType,
137 Set<AttributeSchema> attributeSchemas = null;
154 return attributeSchemas != null ? attributeSchemas : Collections.<AttributeSchema>emptySet();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMAdminUtils.java60 import com.sun.identity.sm.AttributeSchema;
317 AttributeSchema as = schema.getAttributeSchema(attribute);
588 public static AttributeSchema getAttributeSchema(
595 AttributeSchema attrSchema = null;
600 AttributeSchema as = (AttributeSchema)i.next();
667 AttributeSchema as = (AttributeSchema)i.next();
811 AttributeSchema as = (AttributeSchema)
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMAdminUtils.java60 import com.sun.identity.sm.AttributeSchema;
317 AttributeSchema as = schema.getAttributeSchema(attribute);
588 public static AttributeSchema getAttributeSchema(
595 AttributeSchema attrSchema = null;
600 AttributeSchema as = (AttributeSchema)i.next();
667 AttributeSchema as = (AttributeSchema)i.next();
811 AttributeSchema as = (AttributeSchema)
[all...]
/forgerock/openam-v13/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/rest/
H A DClientResourceTest.java38 import com.sun.identity.sm.AttributeSchema;
95 when(mockSubSchema.getAttributeSchema(eq("client"))).thenReturn(mock(AttributeSchema.class));
96 when(mockSubSchema.getAttributeSchema(eq("userpassword"))).thenReturn(mock(AttributeSchema.class));
97 when(mockSubSchema.getAttributeSchema(eq("realm"))).thenReturn(mock(AttributeSchema.class));
99 .thenReturn(mock(AttributeSchema.class));
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/
H A DRealmAddServiceAttributes.java45 import com.sun.identity.sm.AttributeSchema;
191 AttributeSchema as = schema.getAttributeSchema(n);
192 AttributeSchema.Type type = as.getType();
193 if (type.equals(AttributeSchema.Type.LIST) ||
194 type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/
H A DRealmAddServiceAttributes.java45 import com.sun.identity.sm.AttributeSchema;
191 AttributeSchema as = schema.getAttributeSchema(n);
192 AttributeSchema.Type type = as.getType();
193 if (type.equals(AttributeSchema.Type.LIST) ||
194 type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DBackwardCompSupport.java38 import com.sun.identity.sm.AttributeSchema;
117 AttributeSchema as = (AttributeSchema)iter.next();
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DCreateDataStore.java41 import com.sun.identity.sm.AttributeSchema;
133 AttributeSchema as = (AttributeSchema)iter.next();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DCreateDataStore.java41 import com.sun.identity.sm.AttributeSchema;
133 AttributeSchema as = (AttributeSchema)iter.next();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DBackwardCompSupport.java38 import com.sun.identity.sm.AttributeSchema;
117 AttributeSchema as = (AttributeSchema)iter.next();

Completed in 79 milliseconds

12345678