Searched refs:ss (Results 76 - 100 of 287) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DModifyAttributeSchemaI18nKey.java69 ServiceSchema ss = getServiceSchema();
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaPropertiesViewBeanURL.java69 ServiceSchema ss = getServiceSchema();
78 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaSyntax.java69 ServiceSchema ss = getServiceSchema();
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaType.java69 ServiceSchema ss = getServiceSchema();
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaUIType.java69 ServiceSchema ss = getServiceSchema();
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DRemoveAttributeDefaults.java68 ServiceSchema ss = getServiceSchema();
76 ss.removeAttributeDefaults(attributeNames);
H A DRemoveAttributeSchemaChoiceValues.java71 ServiceSchema ss = getServiceSchema();
79 AttributeSchema attrSchema = ss.getAttributeSchema(attributeName);
H A DRemoveAttributeSchemaDefaultValues.java69 ServiceSchema ss = getServiceSchema();
80 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DRemoveAttributeSchemas.java68 ServiceSchema ss = getServiceSchema();
79 ss.removeAttributeSchema(attributeSchemaName);
H A DRemoveSubSchema.java78 ServiceSchema ss = getServiceSchema();
87 ss.removeSubSchema(schemaName);
H A DSetAttributeDefaults.java77 ServiceSchema ss = getServiceSchema();
84 ss.setAttributeDefaults(attributeValues);
H A DSetAttributeSchemaBooleanValues.java77 ServiceSchema ss = getServiceSchema();
86 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DSetAttributeSchemaEndRange.java69 ServiceSchema ss = getServiceSchema();
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DSetAttributeSchemaStartRange.java69 ServiceSchema ss = getServiceSchema();
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DSetAttributeSchemaValidator.java69 ServiceSchema ss = getServiceSchema();
77 AttributeSchema attrSchema = ss.getAttributeSchema(
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DConfigurationInstanceImpl.java212 ServiceSchema ss = ssm.getGlobalSchema();
213 if (ss == null) {
225 Map retMap = ss.getAttributeDefaults();
314 ServiceSchema ss = ssm.getGlobalSchema();
315 if (ss == null) {
326 ss.setAttributeDefaults(avPairs);
536 ServiceSchema ss = ssm.getGlobalSchema();
537 if (ss == null) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DListDataStoreTypes.java111 ServiceSchema ss = orgSchema.getSubSchema(name);
112 String i18nKey = ss.getI18NKey();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DModifyAttributeSchemaAny.java69 ServiceSchema ss = getServiceSchema();
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaI18nKey.java69 ServiceSchema ss = getServiceSchema();
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaPropertiesViewBeanURL.java69 ServiceSchema ss = getServiceSchema();
78 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaSyntax.java69 ServiceSchema ss = getServiceSchema();
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaType.java69 ServiceSchema ss = getServiceSchema();
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaUIType.java69 ServiceSchema ss = getServiceSchema();
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DRemoveAttributeDefaults.java68 ServiceSchema ss = getServiceSchema();
76 ss.removeAttributeDefaults(attributeNames);
H A DRemoveAttributeSchemaChoiceValues.java71 ServiceSchema ss = getServiceSchema();
79 AttributeSchema attrSchema = ss.getAttributeSchema(attributeName);

Completed in 48 milliseconds

1234567891011>>