Searched defs:stub (Results 1 - 15 of 15) sorted by relevance

/forgerock/openidm-v4/custom-scripted-connector-bundler/src/main/java/org/forgerock/openidm/tools/scriptedbundler/
H A DSourceGenerator.java47 private final static SourceGenerator stub = new SourceGenerator(); field in class:SourceGenerator
119 stub.getClass().getResourceAsStream("/" + template.getInputName())));
147 stub.getClass().getResourceAsStream("/UI_base.template")));
158 stub.getClass().getResourceAsStream("/" + uiTemplate.getInputName())));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerClient.java87 // JAX-RPC remote stub
88 private SOAPClient stub; field in class:FSAssertionManagerClient
132 stub = remoteStub;
149 // Construct the JAX-RPC stub and set the URL endpoint
154 stub = new SOAPClient(urls);
177 // Obtaining the stub for JAX-RPC and setting the endpoint URL
203 assertion = (String) stub.send("getAssertion", obj, null, null);
257 providerId = (String) stub.send("getDestIdForArtifact", obj,
303 Boolean ret = (Boolean) stub.send("isUserExists", obj, null,
333 status = (String) stub
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerClient.java87 // JAX-RPC remote stub
88 private SOAPClient stub; field in class:FSAssertionManagerClient
132 stub = remoteStub;
149 // Construct the JAX-RPC stub and set the URL endpoint
154 stub = new SOAPClient(urls);
177 // Obtaining the stub for JAX-RPC and setting the endpoint URL
203 assertion = (String) stub.send("getAssertion", obj, null, null);
257 providerId = (String) stub.send("getDestIdForArtifact", obj,
303 Boolean ret = (Boolean) stub.send("isUserExists", obj, null,
333 status = (String) stub
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityTokenManagerClient.java103 // JAX-RPC remote stub
104 private SOAPClient stub; field in class:SecurityTokenManagerClient
147 stub = remoteStub;
151 stub.send("initialization", ssoToken, null, ssoToken);
178 // Construct the JAX-RPC stub and set the URL endpoint
181 stub = new SOAPClient(urls);
182 stub.send("initialization", ssoToken, null, ssoToken);
285 stub.send("setCertificate", obj, null, ssoToken);
313 stub.send("setCertificate", obj, null, ssoToken);
339 bst = (String) stub
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManagerClient.java84 // JAX-RPC remote stub
85 private SOAPClient stub; field in class:AssertionManagerClient
167 stub = remoteStub;
184 stub = new SOAPClient(urls);
208 stub = new SOAPClient(urls);
230 // Obtaining the stub for JAX-RPC
275 assertion = (String) stub.send("createAssertion", args, null,
318 assertion = (String) stub.send("createAssertion2", args, null,
356 aa = (String) stub.send("createAssertionArtifact", args, null,
403 assertion = (String) stub
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityTokenManagerClient.java103 // JAX-RPC remote stub
104 private SOAPClient stub; field in class:SecurityTokenManagerClient
147 stub = remoteStub;
151 stub.send("initialization", ssoToken, null, ssoToken);
178 // Construct the JAX-RPC stub and set the URL endpoint
181 stub = new SOAPClient(urls);
182 stub.send("initialization", ssoToken, null, ssoToken);
285 stub.send("setCertificate", obj, null, ssoToken);
313 stub.send("setCertificate", obj, null, ssoToken);
339 bst = (String) stub
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManagerClient.java84 // JAX-RPC remote stub
85 private SOAPClient stub; field in class:AssertionManagerClient
167 stub = remoteStub;
184 stub = new SOAPClient(urls);
208 stub = new SOAPClient(urls);
230 // Obtaining the stub for JAX-RPC
275 assertion = (String) stub.send("createAssertion", args, null,
318 assertion = (String) stub.send("createAssertion2", args, null,
356 aa = (String) stub.send("createAssertionArtifact", args, null,
403 assertion = (String) stub
[all...]
/forgerock/opendj2/src/server/org/opends/server/config/
H A DConfigEntry.java183 * @param stub The stub to use to format the returned configuration
194 public ConfigAttribute getConfigAttribute(ConfigAttribute stub) argument
197 String attrName = stub.getName();
208 return stub.getConfigAttribute(attrList);
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DConfigEntry.java193 * @param stub The stub to use to format the returned configuration
204 public ConfigAttribute getConfigAttribute(ConfigAttribute stub) argument
207 String attrName = stub.getName();
221 return stub.getConfigAttribute(attrList);
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DConfigEntry.java193 * @param stub The stub to use to format the returned configuration
204 public ConfigAttribute getConfigAttribute(ConfigAttribute stub) argument
207 String attrName = stub.getName();
221 return stub.getConfigAttribute(attrList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DConfigEntry.java193 * @param stub The stub to use to format the returned configuration
204 public ConfigAttribute getConfigAttribute(ConfigAttribute stub) argument
207 String attrName = stub.getName();
221 return stub.getConfigAttribute(attrList);
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DConfigEntry.java183 * @param stub The stub to use to format the returned configuration
194 public ConfigAttribute getConfigAttribute(ConfigAttribute stub) argument
197 String attrName = stub.getName();
208 return stub.getConfigAttribute(attrList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DConfigEntry.java185 * @param stub The stub to use to format the returned configuration
196 public ConfigAttribute getConfigAttribute(ConfigAttribute stub) argument
199 String attrName = stub.getName();
204 return stub.getConfigAttribute(attrList);
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 54 milliseconds