Skip to content

Commit

Permalink
UP-4179: Re-package sources within uportal-portlets-overlay/cas from …
Browse files Browse the repository at this point in the history
…'org.jasig.portal' to 'org.apereo.portal'
  • Loading branch information
drewwills committed Sep 15, 2016
1 parent 62085b9 commit 9b23b26
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.jasig.portal.cas.authentication.handler.support;
package org.apereo.portal.cas.authentication.handler.support;

import org.jasig.cas.authentication.handler.AuthenticationException;
import org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.jasig.portal.cas.authentication.handler.support;
package org.apereo.portal.cas.authentication.handler.support;

import javax.sql.DataSource;

Expand Down Expand Up @@ -52,7 +52,7 @@ public void setDataSource(DataSource dataSource) {


/* (non-Javadoc)
* @see org.jasig.portal.cas.authentication.handler.support.UserPasswordDao#getPasswordHash(java.lang.String)
* @see org.apereo.portal.cas.authentication.handler.support.UserPasswordDao#getPasswordHash(java.lang.String)
*/
public String getPasswordHash(String userName) {
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.jasig.portal.cas.authentication.handler.support;
package org.apereo.portal.cas.authentication.handler.support;

/**
* @author Eric Dalquist
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.jasig.portal.cas.services.web;
package org.apereo.portal.cas.services.web;

import java.util.HashMap;
import java.util.LinkedHashMap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@
| edu.someschool.its.cas.MySpecialHandler here, or you might use one of the handlers provided in the adaptors modules.
+-->
<bean
class="org.jasig.portal.cas.authentication.handler.support.PersonDirAuthenticationHandler"
class="org.apereo.portal.cas.authentication.handler.support.PersonDirAuthenticationHandler"
p:user-password-dao-ref="userPasswordDao" />
</list>
</property>

</bean>

<bean id="userPasswordDao" class="org.jasig.portal.cas.authentication.handler.support.PortalPersonDirUserPasswordDao"
<bean id="userPasswordDao" class="org.apereo.portal.cas.authentication.handler.support.PortalPersonDirUserPasswordDao"
p:data-source-ref="dataSource" />

<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.jasig.portal.cas.authentication.handler.support;
package org.apereo.portal.cas.authentication.handler.support;

import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.jasig.portal.cas.authentication.handler.support;
package org.apereo.portal.cas.authentication.handler.support;

import javax.sql.DataSource;

Expand Down

0 comments on commit 9b23b26

Please sign in to comment.