See: Description
| Interface | Description |
|---|---|
| AccessPredicate |
Predicate that can be used to check whether the given
Authentication has access to the protected
service/method. |
| GrpcSecurityMetadataSource |
A
SecurityMetadataSource for grpc requests. |
| Class | Description |
|---|---|
| AbstractGrpcSecurityMetadataSource |
Abstract implementation of
GrpcSecurityMetadataSource which resolves the secured object type to a
MethodDescriptor. |
| AccessPredicateConfigAttribute |
A
ConfigAttribute which uses the embedded AccessPredicate for the decisions. |
| AccessPredicateVoter |
An
AccessDecisionVoter that checks for AccessPredicateConfigAttributes. |
| ManualGrpcSecurityMetadataSource |
A
GrpcSecurityMetadataSource for manual configuration. |