Searched refs:ss (Results 1 - 25 of 287) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestSubtreeSpecification.java60 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
62 assertEquals(output, ss.toString());
78 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
80 assertEquals(output, ss.toString());
96 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
98 assertEquals(output, ss.toString());
114 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
116 assertEquals(output, ss.toString());
134 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
136 assertEquals(output, ss
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestSubtreeSpecification.java59 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
61 assertEquals(output, ss.toString());
77 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
79 assertEquals(output, ss.toString());
95 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
97 assertEquals(output, ss.toString());
113 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
115 assertEquals(output, ss.toString());
133 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
135 assertEquals(output, ss
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestSubtreeSpecification.java60 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
62 assertEquals(output, ss.toString());
78 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
80 assertEquals(output, ss.toString());
96 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
98 assertEquals(output, ss.toString());
114 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
116 assertEquals(output, ss.toString());
134 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
136 assertEquals(output, ss
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestSubtreeSpecification.java59 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
61 assertEquals(output, ss.toString());
77 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
79 assertEquals(output, ss.toString());
95 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
97 assertEquals(output, ss.toString());
113 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
115 assertEquals(output, ss.toString());
133 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
135 assertEquals(output, ss
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestSubtreeSpecification.java60 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
62 assertEquals(output, ss.toString());
78 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
80 assertEquals(output, ss.toString());
96 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
98 assertEquals(output, ss.toString());
114 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
116 assertEquals(output, ss.toString());
134 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
136 assertEquals(output, ss
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DTestSubtreeSpecification.java59 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
61 assertEquals(output, ss.toString());
77 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
79 assertEquals(output, ss.toString());
95 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
97 assertEquals(output, ss.toString());
113 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
115 assertEquals(output, ss.toString());
133 SubtreeSpecification ss = SubtreeSpecification.valueOf(rootDN,
135 assertEquals(output, ss
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java63 ServiceSchemaImpl ss; field in class:ServiceSchema
88 this.ss = ssi;
93 this.ss.isOrgAttrSchema = isOrgAttrSchema;
94 this.ss.serviceName = ssm.getName();
121 return (ss.getName());
139 return (ss.getI18NKey());
150 return (ss.supportsMultipleConfigurations());
165 Node sNode = ss.getSchemaNode();
171 ss.i18nKey = key;
192 Node sNode = ss
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java61 ServiceSchemaImpl ss; field in class:ServiceSchema
86 this.ss = ssi;
91 this.ss.isOrgAttrSchema = isOrgAttrSchema;
92 this.ss.serviceName = ssm.getName();
119 return (ss.getName());
137 return (ss.getI18NKey());
148 return (ss.supportsMultipleConfigurations());
163 Node sNode = ss.getSchemaNode();
169 ss.i18nKey = key;
190 Node sNode = ss
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DGeneralizedTimeSyntaxTest.java159 * @param ss
170 int ss, int SSS, String expected) throws Exception
174 calendar.set(yyyy, MM, dd, HH, mm, ss);
196 * @param ss
207 int ss, int SSS, String expected) throws Exception
211 calendar.set(yyyy, MM, dd, HH, mm, ss);
169 testFormatLong(int yyyy, int MM, int dd, int HH, int mm, int ss, int SSS, String expected) argument
206 testFormatDate(int yyyy, int MM, int dd, int HH, int mm, int ss, int SSS, String expected) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DGeneralizedTimeSyntaxTest.java158 * @param ss
169 int ss, int SSS, String expected) throws Exception
173 calendar.set(yyyy, MM, dd, HH, mm, ss);
195 * @param ss
206 int ss, int SSS, String expected) throws Exception
210 calendar.set(yyyy, MM, dd, HH, mm, ss);
168 testFormatLong(int yyyy, int MM, int dd, int HH, int mm, int ss, int SSS, String expected) argument
205 testFormatDate(int yyyy, int MM, int dd, int HH, int mm, int ss, int SSS, String expected) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DGeneralizedTimeSyntaxTest.java159 * @param ss
170 int ss, int SSS, String expected) throws Exception
174 calendar.set(yyyy, MM, dd, HH, mm, ss);
196 * @param ss
207 int ss, int SSS, String expected) throws Exception
211 calendar.set(yyyy, MM, dd, HH, mm, ss);
169 testFormatLong(int yyyy, int MM, int dd, int HH, int mm, int ss, int SSS, String expected) argument
206 testFormatDate(int yyyy, int MM, int dd, int HH, int mm, int ss, int SSS, String expected) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DGeneralizedTimeSyntaxTest.java158 * @param ss
169 int ss, int SSS, String expected) throws Exception
173 calendar.set(yyyy, MM, dd, HH, mm, ss);
195 * @param ss
206 int ss, int SSS, String expected) throws Exception
210 calendar.set(yyyy, MM, dd, HH, mm, ss);
168 testFormatLong(int yyyy, int MM, int dd, int HH, int mm, int ss, int SSS, String expected) argument
205 testFormatDate(int yyyy, int MM, int dd, int HH, int mm, int ss, int SSS, String expected) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DGeneralizedTimeSyntaxTest.java159 * @param ss
170 int ss, int SSS, String expected) throws Exception
174 calendar.set(yyyy, MM, dd, HH, mm, ss);
196 * @param ss
207 int ss, int SSS, String expected) throws Exception
211 calendar.set(yyyy, MM, dd, HH, mm, ss);
169 testFormatLong(int yyyy, int MM, int dd, int HH, int mm, int ss, int SSS, String expected) argument
206 testFormatDate(int yyyy, int MM, int dd, int HH, int mm, int ss, int SSS, String expected) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/
H A DGeneralizedTimeSyntaxTest.java159 * @param ss
170 int ss, int SSS, String expected) throws Exception
174 calendar.set(yyyy, MM, dd, HH, mm, ss);
196 * @param ss
207 int ss, int SSS, String expected) throws Exception
211 calendar.set(yyyy, MM, dd, HH, mm, ss);
169 testFormatLong(int yyyy, int MM, int dd, int HH, int mm, int ss, int SSS, String expected) argument
206 testFormatDate(int yyyy, int MM, int dd, int HH, int mm, int ss, int SSS, String expected) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DPropertiesFinder.java60 ServiceSchema ss = ssm.getGlobalSchema();
61 if (ss != null) {
63 ss.getAttributeSchema(ast.attributeName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DPropertiesFinder.java60 ServiceSchema ss = ssm.getGlobalSchema();
61 if (ss != null) {
63 ss.getAttributeSchema(ast.attributeName);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionServiceURLService.java123 SessionService ss = InjectorHolder.getInstance(SessionService.class);
124 if (ss.isSiteEnabled() && ss.isLocalSite(sid)) {
125 if (ss.isSessionFailoverEnabled()) {
126 return getSessionServiceURL(ss.getCurrentHostServer(sid));
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DSchemaCommand.java103 ServiceSchema ss = null;
108 ss = ssm.getSchema(getSchemaType(schemaType));
117 ss = ss.getSubSchema(str);
118 if (ss == null) {
138 if (ss == null) {
145 return ss;
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DSchemaCommand.java103 ServiceSchema ss = null;
108 ss = ssm.getSchema(getSchemaType(schemaType));
117 ss = ss.getSubSchema(str);
118 if (ss == null) {
138 if (ss == null) {
145 return ss;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMServiceUtils.java79 ServiceSchema ss = null;
81 ss = ssm.getSchema(type);
89 if ((ss == null) || (type == SchemaType.POLICY)) {
93 return ss.getAttributeSchemaNames();
108 ServiceSchema ss = null;
110 ss = ssm.getSchema(SchemaType.DYNAMIC);
119 if (ss == null) {
124 Set attrSchemaNames = ss.getAttributeSchemaNames();
128 AttributeSchema attrSchema = ss.getAttributeSchema(attrSchemaName);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DShowDataStore.java79 ServiceConfig ss = cfg.getSubConfig(name);
81 if (ss != null) {
84 ss.getSchemaID());
86 Map attributesValues = ss.getAttributes();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DShowDataStore.java79 ServiceConfig ss = cfg.getSubConfig(name);
81 if (ss != null) {
84 ss.getSchemaID());
86 Map attributesValues = ss.getAttributes();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMServiceUtils.java79 ServiceSchema ss = null;
81 ss = ssm.getSchema(type);
89 if ((ss == null) || (type == SchemaType.POLICY)) {
93 return ss.getAttributeSchemaNames();
108 ServiceSchema ss = null;
110 ss = ssm.getSchema(SchemaType.DYNAMIC);
119 if (ss == null) {
124 Set attrSchemaNames = ss.getAttributeSchemaNames();
128 AttributeSchema attrSchema = ss.getAttributeSchema(attrSchemaName);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMServiceProfileModelImpl.java239 ServiceSchema ss = as.getServiceSchema();
240 Map m = (Map)mapSvcSchemaToMapNameToValues.get(ss);
244 mapSvcSchemaToMapNameToValues.put(ss, m);
255 ServiceSchema ss = (ServiceSchema)i.next();
257 ss, (Map)mapSvcSchemaToMapNameToValues.get(ss));
262 private void setDefaultValues(ServiceSchema ss, Map map) argument
270 ss.setAttributeDefaults(map);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMServiceProfileModelImpl.java239 ServiceSchema ss = as.getServiceSchema();
240 Map m = (Map)mapSvcSchemaToMapNameToValues.get(ss);
244 mapSvcSchemaToMapNameToValues.put(ss, m);
255 ServiceSchema ss = (ServiceSchema)i.next();
257 ss, (Map)mapSvcSchemaToMapNameToValues.get(ss));
262 private void setDefaultValues(ServiceSchema ss, Map map) argument
270 ss.setAttributeDefaults(map);

Completed in 144 milliseconds

1234567891011>>