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