| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.main.client | |
| org.davidmoten.oa3.codegen.test.main.schema | |
| org.davidmoten.oa3.codegen.test.main.service |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResponse |
Client.getToken(AuthenticationRequestBody requestBody)
Obtains a token that will be passed in a request header to calls
to other paths on this API for authentication and authorization
purposes.
|
org.davidmoten.oa3.codegen.http.HttpResponse |
Client.getTokenFullResponse(AuthenticationRequestBody requestBody)
Obtains a token that will be passed in a request header to calls
to other paths on this API for authentication and authorization
purposes.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationRequestBody |
AuthenticationRequestBody.BuilderWithPassword.build() |
AuthenticationRequestBody |
AuthenticationRequestBody.withPassword(String password) |
AuthenticationRequestBody |
AuthenticationRequestBody.withUsername(String username) |
AuthenticationRequestBody |
AuthenticationRequestBody.withValidityMinutes(int validityMinutes) |
AuthenticationRequestBody |
AuthenticationRequestBody.withValidityMinutes(Optional<Integer> validityMinutes) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<?> |
ServiceController.getToken(AuthenticationRequestBody requestBody)
Obtains a token that will be passed in a request header to calls
to other paths on this API for authentication and authorization
purposes.
|
default AuthenticationResponse |
Service.getToken(AuthenticationRequestBody requestBody)
Obtains a token that will be passed in a request header to calls
to other paths on this API for authentication and authorization
purposes.
|
Copyright © 2023. All rights reserved.