Searched refs:removeInstance (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/soap/
H A DSoapSTSInstancePublisher.java49 void removeInstance(String stsId, String realm) throws STSPublishException; method in interface:SoapSTSInstancePublisher
H A DSoapSTSInstancePublisherImpl.java54 public void removeInstance(String stsId, String realm) throws STSPublishException { method in class:SoapSTSInstancePublisherImpl
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/soap/
H A DSoapSTSInstancePublisher.java49 void removeInstance(String stsId, String realm) throws STSPublishException; method in interface:SoapSTSInstancePublisher
H A DSoapSTSInstancePublisherImpl.java54 public void removeInstance(String stsId, String realm) throws STSPublishException { method in class:SoapSTSInstancePublisherImpl
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstallState.java143 public void removeInstance() throws InstallException { method in class:InstallState
145 getInstallDataStore().removeInstance(getInstanceName());
146 getInstFinderStore().removeInstance(getInstanceName());
H A DUninstallDriver.java68 getInstallState().removeInstance();
H A DInstFinderStore.java184 public void removeInstance(String instanceName) { method in class:InstFinderStore
H A DInstallDataStore.java130 public void removeInstance(String instanceName) { method in class:InstallDataStore
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstallState.java143 public void removeInstance() throws InstallException { method in class:InstallState
145 getInstallDataStore().removeInstance(getInstanceName());
146 getInstFinderStore().removeInstance(getInstanceName());
H A DUninstallDriver.java68 getInstallState().removeInstance();
H A DInstFinderStore.java184 public void removeInstance(String instanceName) { method in class:InstFinderStore
H A DInstallDataStore.java130 public void removeInstance(String instanceName) { method in class:InstallDataStore
/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/rest/
H A DRestSTSInstancePublisher.java58 void removeInstance(String stsId, String realm, boolean removeOnlyFromRouter) throws STSPublishException; method in interface:RestSTSInstancePublisher
H A DRestSTSInstancePublisherImpl.java58 * The publishInstance and removeInstance methods are synchronized because I want state consistency around the various operations
181 public synchronized void removeInstance(String stsId, String realm, boolean removeOnlyFromRouter) throws STSPublishException { method in class:RestSTSInstancePublisherImpl
247 removeInstance(stsId, realm, removeOnlyFromRouter);
H A DRestSTSPublishServiceListener.java156 instancePublisher.removeInstance(normalizedServiceComponent, realm, removeOnlyFromRouter);
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/rest/
H A DRestSTSInstancePublisher.java58 void removeInstance(String stsId, String realm, boolean removeOnlyFromRouter) throws STSPublishException; method in interface:RestSTSInstancePublisher
H A DRestSTSInstancePublisherImpl.java58 * The publishInstance and removeInstance methods are synchronized because I want state consistency around the various operations
181 public synchronized void removeInstance(String stsId, String realm, boolean removeOnlyFromRouter) throws STSPublishException { method in class:RestSTSInstancePublisherImpl
247 removeInstance(stsId, realm, removeOnlyFromRouter);
H A DRestSTSPublishServiceListener.java156 instancePublisher.removeInstance(normalizedServiceComponent, realm, removeOnlyFromRouter);
/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/service/
H A DSoapSTSPublishServiceRequestHandler.java134 publisher.removeInstance(stsId, realm);
291 publisher.removeInstance(stsId, realm);
H A DRestSTSPublishServiceRequestHandler.java134 publisher.removeInstance(stsId, realm, removeOnlyFromRouter);
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/service/
H A DSoapSTSPublishServiceRequestHandler.java134 publisher.removeInstance(stsId, realm);
291 publisher.removeInstance(stsId, realm);
H A DRestSTSPublishServiceRequestHandler.java134 publisher.removeInstance(stsId, realm, removeOnlyFromRouter);
/forgerock/openam/openam-samples/sts-example-code/
H A DRestSTSInstancePublisher.java119 public String removeInstance(final String fullSTSId) throws IOException { method in class:RestSTSInstancePublisher
H A DSoapSTSInstancePublisher.java108 public String removeInstance(final String fullSTSId) throws IOException { method in class:SoapSTSInstancePublisher
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfigManager.java231 public void removeInstance(String instanceName) throws SMSException, method in class:ServiceConfigManager

Completed in 144 milliseconds

12