Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement both StaticTokenCredential and OnBehalfOfCredential for java #41

Conversation

v-hongli1
Copy link

  1. Implement both StaticTokenCredential and OnBehalfOfCredential for java
  2. Added and changed files:
    1. java/pom.xml
    2. java/src/main/java/com/azure/identity/extensions/CredentialBuilderBase.java
    3. java/src/main/java/com/azure/identity/extensions/OnBehalfOfFlowCredential.java
    4. java/src/main/java/com/azure/identity/extensions/OnBehalfOfFlowCredentialBuilder.java
    5. java/src/main/java/com/azure/identity/extensions/StaticTokenCredential.java
    6. java/src/main/java/com/azure/identity/extensions/StaticTokenCredentialBuilder.java
    7. java/src/main/java/com/azure/identity/extensions/implementation/HttpPipelineAdapter.java
    8. java/src/main/java/com/azure/identity/extensions/implementation/IdentityClient.java
    9. java/src/main/java/com/azure/identity/extensions/implementation/IdentityClientBuilder.java
    10. java/src/main/java/com/azure/identity/extensions/implementation/util/ValidationUtil.java
    11. java/src/test/java/com/azure/identity/extensions/OnBehalfOfFlowCredentialTests.java
    12. java/src/test/java/com/azure/identity/extensions/StaticTokenCredentialTests.java
    13. java/src/test/java/com/azure/identity/extensions/implementation/IdentityClientTests.java
    14. java/src/test/java/com/azure/identity/extensions/util/TestUtils.java

@jongio for notification.

@v-hongli1 v-hongli1 marked this pull request as ready for review February 3, 2021 10:27
@jongio
Copy link
Owner

jongio commented Feb 10, 2021

@joshfree

@joshfree
Copy link

Thanks @hongli750210 and @jongio; I've saved a link to this PR in the Azure.Identity OneNote for later in the semester

@jongio jongio closed this Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants