aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/config/proxy/OAProxyParameter.java
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/config/proxy/OAProxyParameter.java')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/config/proxy/OAProxyParameter.java24
1 files changed, 12 insertions, 12 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/config/proxy/OAProxyParameter.java b/id.server/src/at/gv/egovernment/moa/id/config/proxy/OAProxyParameter.java
index 12b16c115..83ab73dcd 100644
--- a/id.server/src/at/gv/egovernment/moa/id/config/proxy/OAProxyParameter.java
+++ b/id.server/src/at/gv/egovernment/moa/id/config/proxy/OAProxyParameter.java
@@ -78,24 +78,24 @@ public class OAProxyParameter extends OAParameter {
}
/**
- * Sets the configFileURL.
- * @param configFileURL The configFileURL to set
+ * Sets the configFileURL for the proxy.
+ * @param oaProxyConfigFileURL The configFileURL to set
*/
public void setConfigFileURL(String oaProxyConfigFileURL) {
this.configFileURL = oaProxyConfigFileURL;
}
/**
- * Sets the sessionTimeOut.
- * @param sessionTimeOut The sessionTimeOut to set
+ * Sets the sessionTimeOut for the proxy.
+ * @param oaProxySessionTimeOut The sessionTimeOut to set
*/
public void setSessionTimeOut(int oaProxySessionTimeOut) {
this.sessionTimeOut = oaProxySessionTimeOut;
}
/**
- * Sets the connectionParameter.
- * @param connectionParameter The connectionParameter to set
+ * Sets the connectionParameter for the proxy.
+ * @param proxyConnectionParameter The connectionParameter to set
*/
public void setConnectionParameter(ConnectionParameter proxyConnectionParameter) {
this.connectionParameter = proxyConnectionParameter;
@@ -142,15 +142,15 @@ public class OAProxyParameter extends OAParameter {
}
/**
- * Sets the connectionBuilderImpl.
+ * Sets the connectionBuilderImpl for the proxy.
* @param connectionBuilderImpl The connectionBuilderImpl to set
*/
- public void setConnectionBuilderImpl(String connectionBuilderImp) {
- this.connectionBuilderImpl = connectionBuilderImp;
+ public void setConnectionBuilderImpl(String connectionBuilderImpl) {
+ this.connectionBuilderImpl = connectionBuilderImpl;
}
/**
- * Sets the loginParameterResolverImpl.
+ * Sets the loginParameterResolverImpl for the proxy.
* @param loginParameterResolverImpl The loginParameterResolverImpl to set
*/
public void setLoginParameterResolverImpl(String loginParameterResolverImpl) {
@@ -158,8 +158,8 @@ public class OAProxyParameter extends OAParameter {
}
/**
- * Sets the loginParameterResolverConfiguration.
- * @param loginParameterResolverImpl The loginParameterResolverImpl to set
+ * Sets the loginParameterResolverConfiguration for the proxy.
+ * @param loginParameterResolverConfiguration The loginParameterResolverImpl to set
*/
public void setLoginParameterResolverConfiguration(String loginParameterResolverConfiguration) {
this.loginParameterResolverConfiguration = loginParameterResolverConfiguration;