Home
last modified time | relevance | path

Searched refs:ATTR_SECURITY_LEVEL (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DCallCredentialsApplyingTest.java134 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()
DManagedChannelImplTest.java1453 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/
DGoogleAuthLibraryCallCredentialsTest.java111 .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/
DCallCredentials.java45 public static final Key<SecurityLevel> ATTR_SECURITY_LEVEL = field
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DCallCredentialsApplyingTransportFactory.java83 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.NONE) in newStream()
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DProtocolNegotiators.java654 .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/
DAltsProtocolNegotiator.java127 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.PRIVACY_AND_INTEGRITY)
/external/grpc-grpc-java/cronet/src/test/java/io/grpc/cronet/
DCronetClientTransportTest.java87 SecurityLevel.PRIVACY_AND_INTEGRITY, attrs.get(CallCredentials.ATTR_SECURITY_LEVEL)); in transportAttributes()
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
DCronetClientTransport.java99 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.PRIVACY_AND_INTEGRITY) in CronetClientTransport()
/external/grpc-grpc-java/auth/src/main/java/io/grpc/auth/
DGoogleAuthLibraryCallCredentials.java93 SecurityLevel security = attrs.get(ATTR_SECURITY_LEVEL); in applyRequestMetadata()
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsProtocolNegotiatorTest.java348 assertThat(grpcHandler.attrs.get(CallCredentials.ATTR_SECURITY_LEVEL)) in peerPropagated()
/external/grpc-grpc-java/core/src/main/java/io/grpc/inprocess/
DInProcessTransport.java94 .set(CallCredentials.ATTR_SECURITY_LEVEL, SecurityLevel.PRIVACY_AND_INTEGRITY)
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpClientTransport.java488 .set(CallCredentials.ATTR_SECURITY_LEVEL, in start()
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
DAbstractTransportTest.java349 connectionClient.getAttributes().get(CallCredentials.ATTR_SECURITY_LEVEL)); in checkClientAttributes()