Searched defs:ssi (Results 1 - 2 of 2) sorted by relevance
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
| H A D | ServiceSchema.java | 78 protected ServiceSchema(ServiceSchemaImpl ssi, String compName, argument 80 this(ssi, compName, type, ssm, false); 83 protected ServiceSchema(ServiceSchemaImpl ssi, String compName, argument 86 this.ss = ssi; 662 ServiceSchemaImpl ssi = ss.getSubSchema(subSchemaName); 663 if (ssi != null) { 664 answer = new ServiceSchema(ssi,
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
| H A D | ServiceSchema.java | 80 protected ServiceSchema(ServiceSchemaImpl ssi, String compName, argument 82 this(ssi, compName, type, ssm, false); 85 protected ServiceSchema(ServiceSchemaImpl ssi, String compName, argument 88 this.ss = ssi; 679 ServiceSchemaImpl ssi = ss.getSubSchema(subSchemaName); 680 if (ssi != null) { 681 answer = new ServiceSchema(ssi,
|
Completed in 52 milliseconds