public static final class AuthenticationServiceGrpc.AuthenticationServiceBlockingStub extends io.grpc.stub.AbstractStub<AuthenticationServiceGrpc.AuthenticationServiceBlockingStub>
AuthenticationService, allows to use Axon Server as authentication provider
| Modifier and Type | Method and Description |
|---|---|
ApplicationRoles |
authenticateToken(Token request)
Authenticate based on an application token, returns the application's roles
|
UserRoles |
authenticateUser(AuthenticateUserRequest request)
Authenticate a user, returns the user's roles
|
protected AuthenticationServiceGrpc.AuthenticationServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected AuthenticationServiceGrpc.AuthenticationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AuthenticationServiceGrpc.AuthenticationServiceBlockingStub>public UserRoles authenticateUser(AuthenticateUserRequest request)
Authenticate a user, returns the user's roles
public ApplicationRoles authenticateToken(Token request)
Authenticate based on an application token, returns the application's roles
Copyright © 2020–2023 AxonIQ BV. All rights reserved.