Searched refs:ss (Results 151 - 175 of 287) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DAgent.java176 new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
1357 String ss = realmList.get(i);
1360 String ss2 = ss;
1367 ss + "'");
1371 String rlmToDN = DNMapper.orgNameToDN(ss);
1373 sb.append(" realm #").append(i).append(" = ").append(ss).
1384 realm2Index.put(ss, rei.SsoServerRealmIndex);
1385 index2Realm.put(rei.SsoServerRealmIndex, ss);
1386 realm2DN.put(ss, rlmToDN);
1387 DN2Realm.put(rlmToDN, ss);
[all...]
H A DMonitoringUtil.java94 String ss = nwMonName.toLowerCase();
95 if (ntwStats.contains(ss)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DAgent.java177 new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
1358 String ss = realmList.get(i);
1361 String ss2 = ss;
1368 ss + "'");
1372 String rlmToDN = DNMapper.orgNameToDN(ss);
1374 sb.append(" realm #").append(i).append(" = ").append(ss).
1385 realm2Index.put(ss, rei.SsoServerRealmIndex);
1386 index2Realm.put(rei.SsoServerRealmIndex, ss);
1387 realm2DN.put(ss, rlmToDN);
1388 DN2Realm.put(rlmToDN, ss);
[all...]
H A DMonitoringUtil.java94 String ss = nwMonName.toLowerCase();
95 if (ntwStats.contains(ss)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfigManager.java298 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.GLOBAL);
299 if (ss == null) {
310 CreateServiceConfig.createSubConfigEntry(token, orgDN, ss, null,
336 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
337 if (ss == null) {
356 CreateServiceConfig.createSubConfigEntry(token, orgDN, ss,
H A DServiceConfigManagerImpl.java197 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.GLOBAL);
198 if (ss == null) {
204 answer = ServiceConfigImpl.getInstance(token, this, ss, gdn, null,
249 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
250 if (ss == null) {
257 answer = ServiceConfigImpl.getInstance(token, this, ss, orgDN, orgName,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfigManager.java298 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.GLOBAL);
299 if (ss == null) {
310 CreateServiceConfig.createSubConfigEntry(token, orgDN, ss, null,
336 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
337 if (ss == null) {
356 CreateServiceConfig.createSubConfigEntry(token, orgDN, ss,
H A DServiceConfigManagerImpl.java197 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.GLOBAL);
198 if (ss == null) {
204 answer = ServiceConfigImpl.getInstance(token, this, ss, gdn, null,
249 ServiceSchemaImpl ss = ssm.getSchema(SchemaType.ORGANIZATION);
250 if (ss == null) {
257 answer = ServiceConfigImpl.getInstance(token, this, ss, orgDN, orgName,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java121 ServiceSchema ss = getOrganizationSchema();
122 if (ss != null) {
123 Set names = ss.getSubSchemaNames();
865 ServiceSchema ss = getOrganizationSchema();
866 if (ss != null) {
867 ServiceSchema ssType = ss.getSubSchema(agentTypeName);
1322 ServiceSchema ss = null;
1332 ServiceSchema ss = null;
1338 ss = ssm.getSchema(SchemaType.ORGANIZATION);
1340 return ss;
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java126 ServiceSchema ss = getOrganizationSchema();
127 if (ss != null) {
128 Set names = ss.getSubSchemaNames();
874 ServiceSchema ss = getOrganizationSchema();
875 if (ss != null) {
876 ServiceSchema ssType = ss.getSubSchema(agentTypeName);
1335 ServiceSchema ss = null;
1345 ServiceSchema ss = null;
1351 ss = ssm.getSchema(SchemaType.ORGANIZATION);
1353 return ss;
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DMiscUtils.java469 Guid[] ss = new Guid[obj.length];
471 ss[i] = new Guid((String) obj[i]);
473 return ss;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DSMSAuthModule.java122 Map ss = new HashMap(sharedState);
123 boolean passwordPresent = (ss
132 + ss
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DMiscUtils.java469 Guid[] ss = new Guid[obj.length];
471 ss[i] = new Guid((String) obj[i]);
473 return ss;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DSMSAuthModule.java122 Map ss = new HashMap(sharedState);
123 boolean passwordPresent = (ss
132 + ss
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java201 ServiceConfig ss = cfg.getSubConfig(idRepoName);
202 if (ss == null) {
212 String idRepoType = ss.getSchemaID();
214 Map attrValues = ss.getAttributes();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DLogReadFileHandler.java209 String ss = (String) it.next();
210 fNames.add(ss);
211 this.logFileName = ss;
214 Debug.message("File:logRecRead/2: processing file " + ss +
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yuiloader/
H A Dyuiloader-beta-debug.js1073 var ss=info[bb] && info[bb].supersedes;
1074 if (ss) {
1075 for (ii=0; ii<ss.length; ii=i+1) {
1076 if (requires(aa, ss[ii])) {
H A Dyuiloader-beta-min.js36 var ss=info[bb]&&info[bb].supersedes;if(ss){for(ii=0;ii<ss.length;ii=i+1){if(requires(aa,ss[ii])){return true;}}}
H A Dyuiloader-beta.js1073 var ss=info[bb] && info[bb].supersedes;
1074 if (ss) {
1075 for (ii=0; ii<ss.length; ii=i+1) {
1076 if (requires(aa, ss[ii])) {
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yuiloader/
H A Dyuiloader-beta-debug.js1073 var ss=info[bb] && info[bb].supersedes;
1074 if (ss) {
1075 for (ii=0; ii<ss.length; ii=i+1) {
1076 if (requires(aa, ss[ii])) {
H A Dyuiloader-beta-min.js36 var ss=info[bb]&&info[bb].supersedes;if(ss){for(ii=0;ii<ss.length;ii=i+1){if(requires(aa,ss[ii])){return true;}}}
H A Dyuiloader-beta.js1073 var ss=info[bb] && info[bb].supersedes;
1074 if (ss) {
1075 for (ii=0; ii<ss.length; ii=i+1) {
1076 if (requires(aa, ss[ii])) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java204 ServiceConfig ss = cfg.getSubConfig(idRepoName);
205 if (ss == null) {
215 String idRepoType = ss.getSchemaID();
217 Map attrValues = ss.getAttributes();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DLogReadFileHandler.java209 String ss = (String) it.next();
210 fNames.add(ss);
211 this.logFileName = ss;
214 Debug.message("File:logRecRead/2: processing file " + ss +
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/admin/
H A DAdminInterfaceUtils.java367 private static String getAttributeValue(ServiceSchema ss, String an, argument
370 AttributeSchema as = ss.getAttributeSchema(an);

Completed in 140 milliseconds

1234567891011>>