| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.admin | |
| io.axoniq.axonserver.connector.admin.impl | |
| io.axoniq.axonserver.grpc.admin |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Token> |
AdminChannel.createOrUpdateApplication(ApplicationRequest request)
Request to create an Axon Server application, or update it if it's already present.
|
CompletableFuture<Token> |
AdminChannel.refreshToken(String applicationName)
Request to refresh token of application in Axon Server.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Token> |
AdminChannelImpl.createOrUpdateApplication(ApplicationRequest request) |
CompletableFuture<Token> |
AdminChannelImpl.refreshToken(String applicationName) |
| Modifier and Type | Method and Description |
|---|---|
Token |
Token.Builder.build() |
Token |
Token.Builder.buildPartial() |
Token |
ApplicationAdminServiceGrpc.ApplicationAdminServiceBlockingStub.createOrUpdateApplication(ApplicationRequest request) |
static Token |
Token.getDefaultInstance() |
Token |
Token.getDefaultInstanceForType() |
Token |
Token.Builder.getDefaultInstanceForType() |
static Token |
Token.parseDelimitedFrom(InputStream input) |
static Token |
Token.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(byte[] data) |
static Token |
Token.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(ByteBuffer data) |
static Token |
Token.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(com.google.protobuf.ByteString data) |
static Token |
Token.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(com.google.protobuf.CodedInputStream input) |
static Token |
Token.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(InputStream input) |
static Token |
Token.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Token |
ApplicationAdminServiceGrpc.ApplicationAdminServiceBlockingStub.refreshToken(ApplicationId request) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Token> |
ApplicationAdminServiceGrpc.ApplicationAdminServiceFutureStub.createOrUpdateApplication(ApplicationRequest request) |
static io.grpc.MethodDescriptor<Token,ApplicationRoles> |
AuthenticationServiceGrpc.getAuthenticateTokenMethod() |
static io.grpc.MethodDescriptor<ApplicationRequest,Token> |
ApplicationAdminServiceGrpc.getCreateOrUpdateApplicationMethod() |
com.google.protobuf.Parser<Token> |
Token.getParserForType() |
static io.grpc.MethodDescriptor<ApplicationId,Token> |
ApplicationAdminServiceGrpc.getRefreshTokenMethod() |
static com.google.protobuf.Parser<Token> |
Token.parser() |
com.google.common.util.concurrent.ListenableFuture<Token> |
ApplicationAdminServiceGrpc.ApplicationAdminServiceFutureStub.refreshToken(ApplicationId request) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationRoles |
AuthenticationServiceGrpc.AuthenticationServiceBlockingStub.authenticateToken(Token request)
Authenticate based on an application token, returns the application's roles
|
com.google.common.util.concurrent.ListenableFuture<ApplicationRoles> |
AuthenticationServiceGrpc.AuthenticationServiceFutureStub.authenticateToken(Token request)
Authenticate based on an application token, returns the application's roles
|
void |
AuthenticationServiceGrpc.AuthenticationServiceImplBase.authenticateToken(Token request,
io.grpc.stub.StreamObserver<ApplicationRoles> responseObserver)
Authenticate based on an application token, returns the application's roles
|
void |
AuthenticationServiceGrpc.AuthenticationServiceStub.authenticateToken(Token request,
io.grpc.stub.StreamObserver<ApplicationRoles> responseObserver)
Authenticate based on an application token, returns the application's roles
|
Token.Builder |
Token.Builder.mergeFrom(Token other) |
static Token.Builder |
Token.newBuilder(Token prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationAdminServiceGrpc.ApplicationAdminServiceImplBase.createOrUpdateApplication(ApplicationRequest request,
io.grpc.stub.StreamObserver<Token> responseObserver) |
void |
ApplicationAdminServiceGrpc.ApplicationAdminServiceStub.createOrUpdateApplication(ApplicationRequest request,
io.grpc.stub.StreamObserver<Token> responseObserver) |
void |
ApplicationAdminServiceGrpc.ApplicationAdminServiceImplBase.refreshToken(ApplicationId request,
io.grpc.stub.StreamObserver<Token> responseObserver) |
void |
ApplicationAdminServiceGrpc.ApplicationAdminServiceStub.refreshToken(ApplicationId request,
io.grpc.stub.StreamObserver<Token> responseObserver) |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.