Searched refs:scf (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPService.java66 private static SOAPConnectionFactory scf = null; field in class:FSSOAPService
77 scf = SOAPConnectionFactory.newInstance();
163 SOAPConnection con = scf.createConnection();
216 SOAPConnection con = scf.createConnection();
463 SOAPConnection con = scf.createConnection();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPService.java66 private static SOAPConnectionFactory scf = null; field in class:FSSOAPService
77 scf = SOAPConnectionFactory.newInstance();
163 SOAPConnection con = scf.createConnection();
216 SOAPConnection con = scf.createConnection();
463 SOAPConnection con = scf.createConnection();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java1690 ServiceConfig scf = from.getSubConfig(subConfigName);
1691 ServiceSchema subSchema = serviceSchema.getSubSchema(scf.getSchemaID());
1693 to.addSubConfig(subConfigName, scf.getSchemaID(), scf.getPriority(), scf.getAttributesWithoutDefaults());
1695 copySubConfig(scf, sct, subSchema);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java1753 ServiceConfig scf = from.getSubConfig(subConfigName);
1754 ServiceSchema subSchema = serviceSchema.getSubSchema(scf.getSchemaID());
1756 to.addSubConfig(subConfigName, scf.getSchemaID(), scf.getPriority(), scf.getAttributesWithoutDefaults());
1758 copySubConfig(scf, sct, subSchema);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java111 static SOAPConnectionFactory scf = null; field in class:DoManageNameID
122 scf = SOAPConnectionFactory.newInstance();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java113 static SOAPConnectionFactory scf = null; field in class:DoManageNameID
124 scf = SOAPConnectionFactory.newInstance();

Completed in 49 milliseconds