This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
forked from ncsa/oa4mp
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
89 additions
and
72 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
scitokens-client/src/main/java/org/scitokens/client/STClientBootstrapper.java
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package org.scitokens.client; | ||
|
||
import edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientBootstrapper; | ||
|
||
/** | ||
* <p>Created by Jeff Gaynor<br> | ||
* on 9/17/19 at 3:06 PM | ||
*/ | ||
public class STClientBootstrapper extends OA2ClientBootstrapper { | ||
public static final String ST_CLIENT_CONFIG_FILE_KEY= "scitokens:client.config.file"; | ||
public static final String ST_CLIENT_CONFIG_NAME_KEY= "scitokens:client.config.name"; | ||
@Override | ||
public String getOa4mpConfigFileKey() { | ||
return ST_CLIENT_CONFIG_FILE_KEY; | ||
} | ||
|
||
@Override | ||
public String getOa4mpConfigNameKey() { | ||
return ST_CLIENT_CONFIG_NAME_KEY; | ||
} | ||
} |
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,3 +1,3 @@ | ||
#maven.buildNumber.plugin properties file | ||
#Fri Jul 12 11:29:22 CDT 2019 | ||
buildNumber\\d*=517 | ||
#Fri Aug 16 15:59:15 CDT 2019 | ||
buildNumber\\d*=525 |
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,3 +1,3 @@ | ||
#maven.buildNumber.plugin properties file | ||
#Fri Jul 12 11:29:36 CDT 2019 | ||
buildNumber\\d*=367 | ||
#Fri Aug 16 15:59:14 CDT 2019 | ||
buildNumber\\d*=373 |
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