Author: sohil.shah(a)jboss.com
Date: 2007-06-27 19:48:56 -0400 (Wed, 27 Jun 2007)
New Revision: 7599
Modified:
branches/2_6_CAS_Integration/identity/src/main/org/jboss/portal/identity/auth/CASAuthenticationValve.java
Log:
http://jira.jboss.com/jira/browse/JBPORTAL-1487 - CASAuthenticationValve has
casServiceUrl, for which getter/setter are missing
Modified:
branches/2_6_CAS_Integration/identity/src/main/org/jboss/portal/identity/auth/CASAuthenticationValve.java
===================================================================
---
branches/2_6_CAS_Integration/identity/src/main/org/jboss/portal/identity/auth/CASAuthenticationValve.java 2007-06-27
23:36:21 UTC (rev 7598)
+++
branches/2_6_CAS_Integration/identity/src/main/org/jboss/portal/identity/auth/CASAuthenticationValve.java 2007-06-27
23:48:56 UTC (rev 7599)
@@ -208,6 +208,17 @@
{
this.authType = authType;
}
+
+
+ public String getCasServiceUrl()
+ {
+ return this.casServiceUrl;
+ }
+
+ public void setCasServiceUrl(String casServiceUrl)
+ {
+ this.casServiceUrl = casServiceUrl;
+ }
/**
*