grpc-java/binder
camel a40c8cf5a4
binder: Let apps call SecurityPolicy.checkAuthorization() by PeerUid (#12257)
This allows a server with access to PeerUid to check additional application-layer security policy *after* the call itself is authorized by the transport layer. Cross cutting application-layer checks could be done from a ServerInterceptor (RPC method level policy, say). Checks based on the substance of a request message could be done by the individual RPC method implementations themselves.
2025-08-05 16:47:45 -07:00
..
src binder: Let apps call SecurityPolicy.checkAuthorization() by PeerUid (#12257) 2025-08-05 16:47:45 -07:00
build.gradle Bump Gradle to 8.14.3 and upgrade plugins 2025-07-30 08:43:06 -07:00