Searched refs:getServerInstanceName (Results 1 - 25 of 66) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerConfigXMLObserver.java56 SystemProperties.getServerInstanceName());
95 SystemProperties.getServerInstanceName());
H A DConfigurationObserver.java139 || serverName.equals(SystemProperties.getServerInstanceName())) {
142 serverName = SystemProperties.getServerInstanceName();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerConfigXMLObserver.java56 SystemProperties.getServerInstanceName());
95 SystemProperties.getServerInstanceName());
H A DConfigurationObserver.java139 || serverName.equals(SystemProperties.getServerInstanceName())) {
142 serverName = SystemProperties.getServerInstanceName();
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/idm/
H A DRemoveAgentProperty.java49 private static String serverURL = SystemProperties.getServerInstanceName();
50 private static String agentURL = SystemProperties.getServerInstanceName();
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/idm/
H A DRemoveAgentProperty.java49 private static String serverURL = SystemProperties.getServerInstanceName();
50 private static String agentURL = SystemProperties.getServerInstanceName();
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/rest/
H A DRestNoSubjectHeaderTest.java67 SystemProperties.getServerInstanceName() +
H A DMultipleResourceRestTest.java134 SystemProperties.getServerInstanceName() +
137 SystemProperties.getServerInstanceName() +
H A DRestPermissionTest.java99 SystemProperties.getServerInstanceName() +
102 SystemProperties.getServerInstanceName() +
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/rest/
H A DRestNoSubjectHeaderTest.java67 SystemProperties.getServerInstanceName() +
H A DMultipleResourceRestTest.java134 SystemProperties.getServerInstanceName() +
137 SystemProperties.getServerInstanceName() +
H A DRestPermissionTest.java99 SystemProperties.getServerInstanceName() +
102 SystemProperties.getServerInstanceName() +
/forgerock/jee-agents-v3.5/jee-agents-appserver/jee-agents-appserver-v81/src/main/java/com/sun/identity/agents/install/appserver/v81/
H A DConfigureDomainXMLTask.java61 String serverInstanceName = getServerInstanceName(stateAccess);
122 String serverInstanceName = getServerInstanceName(stateAccess);
H A DUnconfigureDomainXMLTask.java64 String serverInstanceName = getServerInstanceName(stateAccess);
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/identity/agents/install/jsr196/
H A DConfigureDomainXMLTask.java60 String serverInstanceName = getServerInstanceName(stateAccess);
122 String serverInstanceName = getServerInstanceName(stateAccess);
H A DUnconfigureDomainXMLTask.java63 String serverInstanceName = getServerInstanceName(stateAccess);
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/test/common/
H A DBootstrap.java60 String serverName = SystemProperties.getServerInstanceName();
/forgerock/openam/openam-test/src/test/java/com/sun/identity/test/common/
H A DBootstrap.java60 String serverName = SystemProperties.getServerInstanceName();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DDSConfigMgrBase.java138 adminToken, SystemProperties.getServerInstanceName());
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DDSConfigMgrBase.java138 adminToken, SystemProperties.getServerInstanceName());
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-v40/src/main/java/com/sun/identity/agents/tools/jboss/
H A DServiceXMLBase.java144 String serverInstanceName = getServerInstanceName(stateAccess);
219 public String getServerInstanceName(IStateAccess stateAccess) { method in class:ServiceXMLBase
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DNotifier.java66 SystemProperties.getServerInstanceName();
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/server/
H A DServerConfigValidator.java98 getServerInstanceName(dsInstance));
104 new String[] {getServerInstanceName(dsInstance)});
592 private String getServerInstanceName(Map dsInstance) { method in class:ServerConfigValidator
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrapCreator.java185 URLEncoder.encode(SystemProperties.getServerInstanceName(),
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIRequest.java254 Object[] param = {SystemProperties.getServerInstanceName()};

Completed in 78 milliseconds

123