Searched refs:AttributeSchema (Results 76 - 100 of 190) sorted by relevance

12345678

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DModifyAttributeSchemaAny.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaI18nKey.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaPropertiesViewBeanURL.java39 import com.sun.identity.sm.AttributeSchema;
78 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaSyntax.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaType.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaUIType.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DRemoveAttributeSchemaChoiceValues.java42 import com.sun.identity.sm.AttributeSchema;
79 AttributeSchema attrSchema = ss.getAttributeSchema(attributeName);
H A DRemoveAttributeSchemaDefaultValues.java39 import com.sun.identity.sm.AttributeSchema;
80 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DSetAttributeSchemaBooleanValues.java42 import com.sun.identity.sm.AttributeSchema;
86 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DSetAttributeSchemaEndRange.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DSetAttributeSchemaStartRange.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DSetAttributeSchemaValidator.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/controller/
H A DTabControllerBase.java36 import com.sun.identity.sm.AttributeSchema;
62 AttributeSchema as = schema.getAttributeSchema(
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilder.java35 import com.sun.identity.sm.AttributeSchema;
412 AttributeSchema as = (AttributeSchema)iter.next();
430 * of attribute schema (com.sun.identity.sm.AttributeSchema)
432 protected void onBeforeBuildingXML(Map<SchemaType, Set<AttributeSchema>> map) {
435 Set<AttributeSchema> attrs = map.get(SchemaType.GLOBAL);
437 Iterator<AttributeSchema> it = attrs.iterator();
462 AttributeSchema as = (AttributeSchema)j.next();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRMRealmModelImpl.java45 import com.sun.identity.sm.AttributeSchema;
233 AttributeSchema as = (AttributeSchema)i.next();
234 if (as.getType() == AttributeSchema.Type.SINGLE_CHOICE) {
266 AttributeSchema as = (AttributeSchema)i.next();
304 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DModifyAttributeSchemaAny.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaI18nKey.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaPropertiesViewBeanURL.java39 import com.sun.identity.sm.AttributeSchema;
78 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaSyntax.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaType.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaUIType.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DRemoveAttributeSchemaChoiceValues.java42 import com.sun.identity.sm.AttributeSchema;
79 AttributeSchema attrSchema = ss.getAttributeSchema(attributeName);
H A DRemoveAttributeSchemaDefaultValues.java39 import com.sun.identity.sm.AttributeSchema;
80 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DSetAttributeSchemaBooleanValues.java42 import com.sun.identity.sm.AttributeSchema;
86 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DSetAttributeSchemaEndRange.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(

Completed in 34 milliseconds

12345678