Searched refs:setHost (Results 1 - 25 of 92) sorted by relevance

1234

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DResourceNameSplitter.java73 Set<String> setHost = new HashSet<String>();
74 setHost.add(".");
83 return new ResourceSearchIndexes(setHost, setPath, parentPath);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DResourceNameSplitter.java73 Set<String> setHost = new HashSet<String>();
74 setHost.add(".");
83 return new ResourceSearchIndexes(setHost, setPath, parentPath);
/forgerock/openam-v13/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/events/handlers/
H A DSyslogAuditEventHandlerFactory.java58 syslogHandlerConfiguration.setHost(getMapAttr(attributes, "host"));
/forgerock/openam/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/events/handlers/
H A DElasticsearchAuditEventHandlerFactory.java120 connection.setHost(getMapAttr(attributes, "host"));
H A DSplunkAuditEventHandlerFactory.java112 connection.setHost(getMapAttr(attributes, "host"));
H A DSyslogAuditEventHandlerFactory.java58 syslogHandlerConfiguration.setHost(getMapAttr(attributes, "host"));
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java335 public void setHost(String host) method in class:ApplicationTrustManager
405 * host name specified with the setHost method.
408 * not match with the host name specified with the method setHost.
H A DServerLoader.java261 trustManager.setHost(host);
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java336 public void setHost(String host) method in class:ApplicationTrustManager
406 * host name specified with the setHost method.
409 * not match with the host name specified with the method setHost.
H A DServerLoader.java267 trustManager.setHost(host);
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java336 public void setHost(String host) method in class:ApplicationTrustManager
406 * host name specified with the setHost method.
409 * not match with the host name specified with the method setHost.
H A DServerLoader.java267 trustManager.setHost(host);
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java335 public void setHost(String host) method in class:ApplicationTrustManager
405 * host name specified with the setHost method.
408 * not match with the host name specified with the method setHost.
H A DServerLoader.java261 trustManager.setHost(host);
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationTrustManager.java336 public void setHost(String host) method in class:ApplicationTrustManager
406 * host name specified with the setHost method.
409 * not match with the host name specified with the method setHost.
H A DServerLoader.java267 trustManager.setHost(host);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DApplicationTrustManager.java302 public void setHost(String host) method in class:ApplicationTrustManager
372 * host name specified with the setHost method.
375 * not match with the host name specified with the method setHost.
H A DServerLoader.java252 trustManager.setHost(host);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep4.java69 new ActionLink("setHost", this, "setHost");
256 public boolean setHost() { method in class:Step4
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep4.java69 new ActionLink("setHost", this, "setHost");
256 public boolean setHost() { method in class:Step4
/forgerock/openam-v13/openam-rest/src/test/java/org/forgerock/openam/rest/
H A DRestRouterIT.java408 request.getUri().setHost("HOSTNAME");
/forgerock/opendj2/ext/ant/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 117 milliseconds

1234