Branch: refs/heads/master Home: https://github.com/jenkinsci/authentication-tokens-plugin Commit: 4e5848a765d2d19c2059aac8147a74dfd28ce80e https://github.com/jenkinsci/authentication-tokens-plugin/commit/4e5848a765d2d19c2059aac8147a74dfd28ce80e Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2015-07-13 (Mon, 13 Jul 2015)
Changed paths: A src/main/java/jenkins/authentication/tokens/api/AuthenticationTokenContext.java M src/main/java/jenkins/authentication/tokens/api/AuthenticationTokenSource.java M src/main/java/jenkins/authentication/tokens/api/AuthenticationTokens.java A src/test/java/jenkins/authentication/tokens/api/AuthenticationTokenContextTest.java Log Message: ----------- [JENKINS-29370] Add the concept of an authentication token context - Filtering token sources (as originally requested in JENKINS-29370) in the consumer of this API is against the spirit of the API. - The consumer should not be required to know which token sources are valid and which are not valid. If it knew which token sources were valid it would just use them directly. - The point of this API is to enable the consumer to specify the context within which they want to use the token and then have the credentials (of a type unknown to the consumer) be converted (by a converter of a type unknown to the consumer) into a token (of a type known to the consumer) Commit: 34165eef209c2af53feb1b25151b54e64b43cd57 https://github.com/jenkinsci/authentication-tokens-plugin/commit/34165eef209c2af53feb1b25151b54e64b43cd57 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2015-07-20 (Mon, 20 Jul 2015) Changed paths: A src/main/java/jenkins/authentication/tokens/api/AuthenticationTokenContext.java M src/main/java/jenkins/authentication/tokens/api/AuthenticationTokenSource.java M src/main/java/jenkins/authentication/tokens/api/AuthenticationTokens.java A src/test/java/jenkins/authentication/tokens/api/AuthenticationTokenContextTest.java Log Message: ----------- Merge pull request #3 from jenkinsci/jenkins-29370-context [JENKINS-29370] Add the concept of an authentication token context Compare: https://github.com/jenkinsci/authentication-tokens-plugin/compare/ac2edca70e1e...34165eef209c -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.