Searched refs:ss (Results 126 - 150 of 287) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentity.java667 ServiceSchema ss = ssm.getSchema(type.getName());
669 if (ss != null) {
674 attributes = ss.validateAndInheritDefaults(attributes, orgName,
680 stype = ss.getServiceType();
682 ss = ssm.getSchema(SchemaType.DYNAMIC);
683 if (ss == null) {
698 attributes = ss.validateAndInheritDefaults(attributes,
706 attributes = AMCrypt.encryptPasswords(attributes, ss);
917 ServiceSchema ss = ssm.getSchema(type.getName());
918 if (ss !
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java201 SortedSet<T> ss = p.getActiveValues();
202 assertTrue(ss.size() == values.size());
204 assertTrue(ss.contains(v));
240 SortedSet<T> ss = p.getDefaultValues();
241 assertEquals(ss.size(), expected.size());
243 assertTrue(ss.contains(v), "does not contain " + v);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java200 SortedSet<T> ss = p.getActiveValues();
201 assertTrue(ss.size() == values.size());
203 assertTrue(ss.contains(v));
239 SortedSet<T> ss = p.getDefaultValues();
240 assertEquals(ss.size(), expected.size());
242 assertTrue(ss.contains(v), "does not contain " + v);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java201 SortedSet<T> ss = p.getActiveValues();
202 assertTrue(ss.size() == values.size());
204 assertTrue(ss.contains(v));
240 SortedSet<T> ss = p.getDefaultValues();
241 assertEquals(ss.size(), expected.size());
243 assertTrue(ss.contains(v), "does not contain " + v);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java200 SortedSet<T> ss = p.getActiveValues();
201 assertTrue(ss.size() == values.size());
203 assertTrue(ss.contains(v));
239 SortedSet<T> ss = p.getDefaultValues();
240 assertEquals(ss.size(), expected.size());
242 assertTrue(ss.contains(v), "does not contain " + v);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/spi/
H A DPropertySetTest.java201 SortedSet<T> ss = p.getActiveValues();
202 assertTrue(ss.size() == values.size());
204 assertTrue(ss.contains(v));
240 SortedSet<T> ss = p.getDefaultValues();
241 assertEquals(ss.size(), expected.size());
243 assertTrue(ss.contains(v), "does not contain " + v);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/client/spi/
H A DPropertySetTest.java202 SortedSet<T> ss = p.getActiveValues();
203 assertEquals(ss.size(), values.size());
205 assertTrue(ss.contains(v));
241 SortedSet<T> ss = p.getDefaultValues();
242 assertEquals(ss.size(), expected.size());
244 assertTrue(ss.contains(v), "does not contain " + v);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DMultiDomainServerState.java146 ServerState ss = list.get(serviceId);
147 res += serviceId + ":" + ss.toString();
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DMultiDomainServerState.java146 ServerState ss = list.get(serviceId);
147 res += serviceId + ":" + ss.toString();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DMultiDomainServerState.java146 ServerState ss = list.get(serviceId);
147 res += serviceId + ":" + ss.toString();
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIUtil.java189 ServiceSchema ss = schema.getSubSchema(subSchema);
190 Set attributeSchemas = ss.getAttributeSchemas();
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DSetAttributeSchemaChoiceValues.java83 ServiceSchema ss = getServiceSchema();
97 AttributeSchema attrSchema = ss.getAttributeSchema(
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMAdminUtils.java621 ServiceSchema ss = mgr.getSchema(schemaType);
623 if (ss != null) {
625 ss = ss.getSubSchema(subSchemaName);
627 if (ss != null) {
628 attributeSchemas = ss.getAttributeSchemas();
807 ServiceSchema ss = mgr.getSchema(SchemaType.USER);
808 Set attributeSchemas = ss.getAttributeSchemas();
H A DSubConfigMeta.java161 ServiceSchema ss = corrSchema.getSubSchema(name);
162 Set attributeSchemas = ss.getAttributeSchemas();
258 ServiceSchema ss = corrSchema.getSubSchema(name);
259 String i18nKey = ss.getI18NKey();
265 if (!ss.supportsMultipleConfigurations()) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIUtil.java189 ServiceSchema ss = schema.getSubSchema(subSchema);
190 Set attributeSchemas = ss.getAttributeSchemas();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DSetAttributeSchemaChoiceValues.java83 ServiceSchema ss = getServiceSchema();
97 AttributeSchema attrSchema = ss.getAttributeSchema(
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMAdminUtils.java621 ServiceSchema ss = mgr.getSchema(schemaType);
623 if (ss != null) {
625 ss = ss.getSubSchema(subSchemaName);
627 if (ss != null) {
628 attributeSchemas = ss.getAttributeSchemas();
807 ServiceSchema ss = mgr.getSchema(SchemaType.USER);
808 Set attributeSchemas = ss.getAttributeSchemas();
H A DSubConfigMeta.java161 ServiceSchema ss = corrSchema.getSubSchema(name);
162 Set attributeSchemas = ss.getAttributeSchemas();
258 ServiceSchema ss = corrSchema.getSubSchema(name);
259 String i18nKey = ss.getI18NKey();
265 if (!ss.supportsMultipleConfigurations()) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java231 ServiceSchema ss = ssm.getOrganizationCreationSchema();
232 if (ss != null) {
233 serviceSchemaSet.add(ss);
816 ServiceSchema ss = ssm.getOrganizationCreationSchema();
817 if (ss == null) {
825 Map allAttributes = ss.getAttributeDefaults();
831 ss.validateAttributes(map);
833 values, ss.getSearchableAttributeNames());
887 ServiceSchema ss = ssm.getOrganizationCreationSchema();
888 ss
[all...]
H A DCreateServiceConfig.java154 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.GLOBAL);
163 createSubConfig(token, sb.toString(), globalNode, ss, baseDN,
172 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
197 createSubConfig(token, sb.toString(), orgNode, ss, orgDN,
253 ServiceSchemaImpl ss,
267 AttributeSchemaImpl as = ss.getAttributeSchema(attrName);
288 createSubConfigEntry(token, dn, ss, id, priority, attrs, orgdn);
303 subConfigNode, ss.getSubSchema(subConfigID), orgdn, decryptObj);
308 ServiceSchemaImpl ss, String id, String priority, Map attrs,
316 if ((ss
249 createSubConfig( SSOToken token, String dn, Node node, ServiceSchemaImpl ss, String orgdn, AMEncryption decryptObj ) argument
307 createSubConfigEntry(SSOToken token, String dn, ServiceSchemaImpl ss, String id, String priority, Map attrs, String orgDN) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java238 ServiceSchema ss = ssm.getOrganizationCreationSchema();
239 if (ss != null) {
240 serviceSchemaSet.add(ss);
879 ServiceSchema ss = ssm.getOrganizationCreationSchema();
880 if (ss == null) {
888 Map allAttributes = ss.getAttributeDefaults();
894 ss.validateAttributes(map);
896 values, ss.getSearchableAttributeNames());
950 ServiceSchema ss = ssm.getOrganizationCreationSchema();
951 ss
[all...]
H A DCreateServiceConfig.java154 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.GLOBAL);
163 createSubConfig(token, sb.toString(), globalNode, ss, baseDN,
172 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
197 createSubConfig(token, sb.toString(), orgNode, ss, orgDN,
253 ServiceSchemaImpl ss,
267 AttributeSchemaImpl as = ss.getAttributeSchema(attrName);
288 createSubConfigEntry(token, dn, ss, id, priority, attrs, orgdn);
303 subConfigNode, ss.getSubSchema(subConfigID), orgdn, decryptObj);
308 ServiceSchemaImpl ss, String id, String priority, Map attrs,
316 if ((ss
249 createSubConfig( SSOToken token, String dn, Node node, ServiceSchemaImpl ss, String orgdn, AMEncryption decryptObj ) argument
307 createSubConfigEntry(SSOToken token, String dn, ServiceSchemaImpl ss, String id, String priority, Map attrs, String orgDN) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionCache.java318 SessionService ss = InjectorHolder.getInstance(SessionService.class);
319 if (ss.isReducedCrossTalkEnabled()) {
320 return ss.getReducedCrosstalkPurgeDelay();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java560 ServiceSchema ss = null;
563 ss = ssm.getSchema(SchemaType.USER);
566 ss = ssm.getSchema(SchemaType.DOMAIN);
571 ss = ssm.getSchema(SchemaType.GROUP);
574 stAttributeName = ss.getStatusAttribute();
611 ServiceSchema ss = null;
614 ss = ssm.getSchema(SchemaType.USER);
617 ss = ssm.getSchema(SchemaType.DOMAIN);
622 ss = ssm.getSchema(SchemaType.GROUP);
625 if (ss !
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java561 ServiceSchema ss = null;
564 ss = ssm.getSchema(SchemaType.USER);
567 ss = ssm.getSchema(SchemaType.DOMAIN);
572 ss = ssm.getSchema(SchemaType.GROUP);
575 stAttributeName = ss.getStatusAttribute();
612 ServiceSchema ss = null;
615 ss = ssm.getSchema(SchemaType.USER);
618 ss = ssm.getSchema(SchemaType.DOMAIN);
623 ss = ssm.getSchema(SchemaType.GROUP);
626 if (ss !
[all...]

Completed in 115 milliseconds

1234567891011>>