Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-08-24 22:08:52 +0000
committerrescobar2010-08-24 22:08:52 +0000
commit566eb7425d4f6a248585f85fe47807f4c1b1d323 (patch)
treedfd61f0613f4c9eac0e22364b027bba3fc520128 /plugins/org.eclipse.osee.framework.core.client
parentbdc1819b7b306db523613d26e913ee032a746aa9 (diff)
downloadorg.eclipse.osee-566eb7425d4f6a248585f85fe47807f4c1b1d323.tar.gz
org.eclipse.osee-566eb7425d4f6a248585f85fe47807f4c1b1d323.tar.xz
org.eclipse.osee-566eb7425d4f6a248585f85fe47807f4c1b1d323.zip
Enabling demo integration test suite
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.client')
-rw-r--r--plugins/org.eclipse.osee.framework.core.client/src/org/eclipse/osee/framework/core/client/OseeClientProperties.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.client/src/org/eclipse/osee/framework/core/client/OseeClientProperties.java b/plugins/org.eclipse.osee.framework.core.client/src/org/eclipse/osee/framework/core/client/OseeClientProperties.java
index 93b3d014c0d..10a6b70d968 100644
--- a/plugins/org.eclipse.osee.framework.core.client/src/org/eclipse/osee/framework/core/client/OseeClientProperties.java
+++ b/plugins/org.eclipse.osee.framework.core.client/src/org/eclipse/osee/framework/core/client/OseeClientProperties.java
@@ -167,6 +167,15 @@ public class OseeClientProperties extends OseeProperties {
}
/**
+ * Authentication Protocol to use
+ *
+ * @param client/server authentication protocol.
+ */
+ public static void setAuthenticationProtocol(String protocol) {
+ System.setProperty(OSEE_AUTHENTICATION_PROTOCOL, protocol);
+ }
+
+ /**
* <pre>
* Sets the application server address and port to use. This system property sets the URL used to reference
* the application server. Arbitration is bypassed.

Back to the top