-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #297 from kingsGlory/dev-0.9.1
Modify test and project name
- Loading branch information
Showing
17 changed files
with
23 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,8 @@ | |
import javax.ws.rs.core.Response; | ||
|
||
/** | ||
* @program: luban-authorization | ||
* @program: user-authorization | ||
* @description: 鲁班对外交互的接口 包括施工 注册用户 | ||
* @author: [email protected] | ||
* @create: 2020-08-12 14:24 | ||
**/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
package com.webank; | ||
|
||
import com.webank.wedatasphpere.dss.user.service.impl.LubanAuthorizationClient; | ||
import com.webank.wedatasphpere.dss.user.service.impl.UserAuthorizationClient; | ||
import org.junit.Test; | ||
|
||
public class TestUnit { | ||
|
||
@Test | ||
public void test() throws Exception { | ||
|
||
LubanAuthorizationClient lubanAuthorizationClient = new LubanAuthorizationClient(); | ||
UserAuthorizationClient UserAuthorizationClient = new UserAuthorizationClient(); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
/** | ||
* @program: dss-appjoint-auth | ||
* @description: 用户模块配置文件 | ||
* @author: [email protected] | ||
* | ||
* @create: 2020-12-30 16:26 | ||
**/ | ||
|
||
|
@@ -53,7 +53,7 @@ public class DSSUserManagerConfig { | |
public static final String KERBEROS_KDC_USER_PASSWORD = CommonVars.apply("wds.linkis.kerberos.kdc.user.password", "null").getValue().trim(); | ||
public static final String KERBEROS_ENABLE_SWITCH = CommonVars.apply("wds.linkis.kerberos.enable.switch", "null").getValue().trim(); | ||
public static final String DSS_DEPLOY_PATH = CommonVars.apply("wds.dss.deploy.path", "null").getValue().trim(); | ||
public static final String DSS_SCHEDULER_URL = CommonVars.apply("wds.dss.scheduler.url", "/luban/schedule/system").getValue().trim(); | ||
public static final String DSS_SCHEDULER_URL = CommonVars.apply("wds.dss.scheduler.url", "/schedule/system").getValue().trim(); | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
/** | ||
* @program: user-manager | ||
* @description: 施工单数据结构 | ||
* @author: [email protected] | ||
* | ||
* @create: 2020-08-12 14:29 | ||
**/ | ||
public class AuthorizationBody { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,9 @@ | |
|
||
|
||
/** | ||
* @program: luban-authorization | ||
* @program: user-authorization | ||
* @description: 开通命令接口 | ||
* @author: [email protected] | ||
* | ||
* @create: 2020-08-10 14:24 | ||
**/ | ||
public interface MacroCommand extends Command { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
/** | ||
* @program: dss-appjoint-auth | ||
* @description: 开通azkaban账号 | ||
* @author: [email protected] | ||
* | ||
* @create: 2021-01-08 15:53 | ||
**/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,9 +30,9 @@ | |
import java.util.List; | ||
|
||
/** | ||
* @program: luban-authorization | ||
* @program: user-authorization | ||
* @description: 创建用户空间 | ||
* @author: [email protected] | ||
* | ||
* @create: 2020-08-13 13:39 | ||
**/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,9 +25,9 @@ | |
import java.util.ArrayList; | ||
|
||
/** | ||
* @program: luban-authorization | ||
* @program: user-authorization | ||
* @description: 创建用户空间 | ||
* @author: [email protected] | ||
* | ||
* @create: 2020-08-13 13:39 | ||
**/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,9 +26,9 @@ | |
import org.slf4j.LoggerFactory; | ||
|
||
/** | ||
* @program: luban-authorization | ||
* @program: user-authorization | ||
* @description: | ||
* @author: [email protected] | ||
* | ||
* @create: 2020-08-10 14:24 | ||
**/ | ||
public class UserAuthorizationClient { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,9 +35,9 @@ | |
import java.util.concurrent.ExecutionException; | ||
|
||
/** | ||
* @program: luban-authorization | ||
* @program: user-authorization | ||
* @description: 开通命令实现 | ||
* @author: [email protected] | ||
* | ||
* @create: 2020-08-10 14:24 | ||
**/ | ||
public class UserMacroCommand implements MacroCommand { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,9 +26,9 @@ | |
import java.util.List; | ||
|
||
/** | ||
* @program: luban-authorization | ||
* @program: user-authorization | ||
* @description: 创建用户空间 | ||
* @author: [email protected] | ||
* | ||
* @create: 2020-08-13 13:39 | ||
**/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ | |
import com.webank.wedatasphpere.dss.user.service.Command; | ||
|
||
/** | ||
* @program: luban-authorization | ||
* @program: user-authorization | ||
* @description: 开通yarn权限的实现 | ||
* @author: [email protected] | ||
* | ||
* @create: 2020-08-10 14:24 | ||
**/ | ||
public class YarnCommand extends AbsCommand { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters