Browse Source

Change to wdcy

0.2
lishengzhao 11 years ago
parent
commit
3f6473a415
  1. 11
      src/main/java/cc/wdcy/domain/AbstractDomain.java
  2. 11
      src/main/java/cc/wdcy/domain/oauth/CustomJdbcClientDetailsService.java
  3. 11
      src/main/java/cc/wdcy/domain/oauth/OauthClientDetails.java
  4. 11
      src/main/java/cc/wdcy/domain/oauth/OauthRepository.java
  5. 11
      src/main/java/cc/wdcy/domain/shared/GuidGenerator.java
  6. 11
      src/main/java/cc/wdcy/domain/shared/Repository.java
  7. 11
      src/main/java/cc/wdcy/domain/shared/security/WdcyUserDetails.java
  8. 11
      src/main/java/cc/wdcy/domain/user/User.java
  9. 11
      src/main/java/cc/wdcy/domain/user/UserRepository.java
  10. 11
      src/main/java/cc/wdcy/infrastructure/DateUtils.java
  11. 11
      src/main/java/cc/wdcy/infrastructure/PasswordHandler.java
  12. 11
      src/main/java/cc/wdcy/infrastructure/mybatis/OauthRepositoryMyBatis.java
  13. 11
      src/main/java/cc/wdcy/infrastructure/mybatis/UserRepositoryMyBatis.java
  14. 11
      src/main/java/cc/wdcy/service/OauthService.java
  15. 11
      src/main/java/cc/wdcy/service/UserService.java
  16. 11
      src/main/java/cc/wdcy/service/impl/OauthServiceImpl.java
  17. 11
      src/main/java/cc/wdcy/service/impl/UserServiceImpl.java

11
src/main/java/cc/wdcy/domain/AbstractDomain.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.domain;
import cc.wdcy.infrastructure.DateUtils;

11
src/main/java/cc/wdcy/domain/oauth/CustomJdbcClientDetailsService.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.domain.oauth;
import org.springframework.security.oauth2.provider.JdbcClientDetailsService;

11
src/main/java/cc/wdcy/domain/oauth/OauthClientDetails.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.domain.oauth;
import cc.wdcy.infrastructure.DateUtils;

11
src/main/java/cc/wdcy/domain/oauth/OauthRepository.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.domain.oauth;
import cc.wdcy.domain.shared.Repository;

11
src/main/java/cc/wdcy/domain/shared/GuidGenerator.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.domain.shared;
import java.util.UUID;

11
src/main/java/cc/wdcy/domain/shared/Repository.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.domain.shared;
/**

11
src/main/java/cc/wdcy/domain/shared/security/WdcyUserDetails.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.domain.shared.security;
import cc.wdcy.domain.user.User;

11
src/main/java/cc/wdcy/domain/user/User.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.domain.user;
import cc.wdcy.domain.AbstractDomain;

11
src/main/java/cc/wdcy/domain/user/UserRepository.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.domain.user;
import cc.wdcy.domain.shared.Repository;

11
src/main/java/cc/wdcy/infrastructure/DateUtils.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.infrastructure;
import java.util.Date;

11
src/main/java/cc/wdcy/infrastructure/PasswordHandler.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.infrastructure;
import org.springframework.security.authentication.encoding.Md5PasswordEncoder;

11
src/main/java/cc/wdcy/infrastructure/mybatis/OauthRepositoryMyBatis.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.infrastructure.mybatis;
import cc.wdcy.domain.oauth.OauthRepository;

11
src/main/java/cc/wdcy/infrastructure/mybatis/UserRepositoryMyBatis.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.infrastructure.mybatis;
import cc.wdcy.domain.user.UserRepository;

11
src/main/java/cc/wdcy/service/OauthService.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.service;
import cc.wdcy.domain.oauth.OauthClientDetails;

11
src/main/java/cc/wdcy/service/UserService.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.service;
import org.springframework.security.core.userdetails.UserDetailsService;

11
src/main/java/cc/wdcy/service/impl/OauthServiceImpl.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.service.impl;
import cc.wdcy.domain.oauth.OauthClientDetails;

11
src/main/java/cc/wdcy/service/impl/UserServiceImpl.java

@ -1,14 +1,3 @@
/*
* Copyright (c) 2013 Honyee Industry Group Co., Ltd
* www.honyee.biz
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Honyee Industry Group Co., Ltd ("Confidential Information").
* You shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement you
* entered into with Honyee Industry Group Co., Ltd.
*/
package cc.wdcy.service.impl;
import cc.wdcy.domain.shared.security.WdcyUserDetails;

Loading…
Cancel
Save