aboutsummaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)Author
2020-07-24Merge tag 'upstream/v1.16.1' into HEADHadrien Zalek
2020-06-29Build the gRPC Java Authentication libraryHadrien Zalek
2018-10-26core: Make MetadataApplier an interface againEric Anderson
2018-10-10core: add CallCredentials2 and deprecate CallCredentials' old interface (#4902)Kun Zhang
2018-09-14all: use Java7 bracketsCarl Mastrangelo
2018-08-09all: update animalsniffer to Java 7 and add Android 14 (#4727)Eric Gribkoff
2018-07-31auth: Small improvement to test coverageEric Anderson
2018-06-11all: add gradle format checkerZHANG Dapeng
2018-06-07auth: Require PRIVACY_AND_INTEGRITY for GoogleCredentials (#4524)Kun Zhang
2018-05-31Revert "auth: Require PRIVACY_AND_INTEGRITY for GoogleCredentials" (#4521)Kun Zhang
2018-05-24auth: Require PRIVACY_AND_INTEGRITY for GoogleCredentialsEric Anderson
2018-05-03 all: normalize copyright header Carl Mastrangelo
2018-01-08auth,bazel: add a bazel build definitionjyane
2018-01-08Enable the Guava Beta CheckerEric Anderson
2017-12-04all: add Status messages to all statusesCarl Mastrangelo
2017-11-17auth: Use async version of getRequestMetadataEric Anderson
2017-11-17auth: Treat IOExceptions as UNAVAILABLEEric Anderson
2017-10-02auth: remove use of JDK7 ReflectiveOperationExceptionEric Gribkoff
2017-08-11all: fix typo of overriddenZHANG Dapeng
2017-07-27core,auth: Stabilize auth flow using CallCredentialsEric Anderson
2017-06-30all: Use fixed version number for java 6/7 signaturesEric Anderson
2017-06-01all: fix licence whitespaceCarl Mastrangelo
2017-05-31all: update to Apache 2 licenceCarl Mastrangelo
2017-05-15core: don't expose internal Metadata.headerCountCarl Mastrangelo
2017-05-10doc: initiate some package javadocZHANG Dapeng
2017-02-07all: swap to newer animalsniffer pluginEric Anderson
2017-01-26all: update to latest import orderingCarl Mastrangelo
2017-01-23core: change method descriptor to be builder basedCarl Mastrangelo
2017-01-18docs: fix deprecation reference in ClientAuthInterceptor. (#2621)Kun Zhang
2016-08-30all/tests: unmock ClientCall and ServerCallCarl Mastrangelo
2016-08-12all: add parameter name to checkNotNullCarl Mastrangelo
2016-08-11auth: Tests should end in Test, not TestsEric Anderson
2016-06-30auth: Promote OAuth2 service accounts to JWTEric Anderson
2016-06-24Remove unused variablesEric Anderson
2016-06-21auth: handle null value from getRequestMetadata().Kun Zhang
2016-06-21auth: revert ClientAuthInterceptor to its original implementation.Kun Zhang
2016-06-16auth: MoreCallCredentials.from(Credentials).Kun Zhang
2016-04-27Allow application to pass cancellation details.Kun Zhang
2016-04-18Update checkstyle version and sync style updatesEric Anderson
2016-02-11pauseCarl Mastrangelo
2015-09-11Use real authority parsing in ClientAuthInterceptorEric Anderson
2015-09-10Prevent construction of container classes and reduce APIEric Anderson
2015-09-04Remove uncessary javaee_api dependency as it causes trouble on android build.Xiao Hang
2015-09-01Ease use of JWT by passing URI to auth libraryEric Anderson
2015-08-24Remove HeadersCarl Mastrangelo
2015-08-13Remove TrailersCarl Mastrangelo
2015-08-13Change some error status usages to be consistent with other gRPC implementati...Xudong Ma
2015-07-07Add CallOptions.Kun Zhang
2015-06-19Make the code clearer, fixes #531.Xudong Ma
2015-06-04Rename Call to ClientCalls.Kun Zhang