Searched refs:ATTR_SECURITY_LEVEL (Results 1 – 14 of 14) sorted by relevance
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | CallCredentialsApplyingTest.java | 134 assertSame(SecurityLevel.NONE, attrs.get(CallCredentials.ATTR_SECURITY_LEVEL)); in parameterPropagation_base() 142 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.INTEGRITY) in parameterPropagation_overrideByTransport() 154 assertSame(SecurityLevel.INTEGRITY, attrs.get(CallCredentials.ATTR_SECURITY_LEVEL)); in parameterPropagation_overrideByTransport() 162 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.INTEGRITY) in parameterPropagation_overrideByCallOptions() 176 assertSame(SecurityLevel.INTEGRITY, attrs.get(CallCredentials.ATTR_SECURITY_LEVEL)); in parameterPropagation_overrideByCallOptions()
|
D | ManagedChannelImplTest.java | 1453 attrsCaptor.getValue().get(CallCredentials.ATTR_SECURITY_LEVEL)); in informationPropagatedToNewStreamAndCallCredentials() 1476 attrsCaptor.getValue().get(CallCredentials.ATTR_SECURITY_LEVEL)); in informationPropagatedToNewStreamAndCallCredentials()
|
/external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/ |
D | GoogleAuthLibraryCallCredentialsTest.java | 111 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.PRIVACY_AND_INTEGRITY) 260 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.NONE) in oauth2Credential() 280 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.PRIVACY_AND_INTEGRITY) in googleCredential_privacyAndIntegrityAllowed() 301 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.INTEGRITY) in googleCredential_integrityDenied() 321 .set(CallCredentials.ATTR_SECURITY_LEVEL, null) in googleCredential_nullSecurityDenied()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | CallCredentials.java | 45 public static final Key<SecurityLevel> ATTR_SECURITY_LEVEL = field
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | CallCredentialsApplyingTransportFactory.java | 83 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.NONE) in newStream()
|
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
D | ProtocolNegotiators.java | 654 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.PRIVACY_AND_INTEGRITY) 702 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.NONE) 745 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.NONE)
|
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
D | AltsProtocolNegotiator.java | 127 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.PRIVACY_AND_INTEGRITY)
|
/external/grpc-grpc-java/cronet/src/test/java/io/grpc/cronet/ |
D | CronetClientTransportTest.java | 87 SecurityLevel.PRIVACY_AND_INTEGRITY, attrs.get(CallCredentials.ATTR_SECURITY_LEVEL)); in transportAttributes()
|
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/ |
D | CronetClientTransport.java | 99 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.PRIVACY_AND_INTEGRITY) in CronetClientTransport()
|
/external/grpc-grpc-java/auth/src/main/java/io/grpc/auth/ |
D | GoogleAuthLibraryCallCredentials.java | 93 SecurityLevel security = attrs.get(ATTR_SECURITY_LEVEL); in applyRequestMetadata()
|
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | AltsProtocolNegotiatorTest.java | 348 assertThat(grpcHandler.attrs.get(CallCredentials.ATTR_SECURITY_LEVEL)) in peerPropagated()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/inprocess/ |
D | InProcessTransport.java | 94 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.PRIVACY_AND_INTEGRITY)
|
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
D | OkHttpClientTransport.java | 488 .set(CallCredentials.ATTR_SECURITY_LEVEL, in start()
|
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/ |
D | AbstractTransportTest.java | 349 connectionClient.getAttributes().get(CallCredentials.ATTR_SECURITY_LEVEL)); in checkClientAttributes()
|