See: Description
Interface | Description |
---|---|
GrpcAuthenticationReader |
Reads the authentication data from the given
ServerCall and Metadata . |
Class | Description |
---|---|
AnonymousAuthenticationReader |
The AnonymousAuthenticationReader allows users without credentials to get an anonymous identity.
|
BasicGrpcAuthenticationReader |
Reads
basic auth credentials from the request. |
BearerAuthenticationReader |
Spring-Security has several token-based
AuthenticationProvider implementations (e.g. |
CompositeGrpcAuthenticationReader |
Combines multiple
GrpcAuthenticationReader into a single one. |
SSLContextGrpcAuthenticationReader |
An
GrpcAuthenticationReader that will try to use the peer certificates to extract the client
Authentication . |
X509CertificateAuthentication |
An authentication object that was created for a
X509Certificate . |
X509CertificateAuthenticationProvider |
An
AuthenticationProvider for X509Certificate s. |