public interface ServerInformation
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
autoLogin(AutoLoginRequest request)
Makes the Perform Auto Login request
|
reactor.core.publisher.Mono<GetAutoLoginAuthenticationCodeResponse> |
getAuthenticationCode(GetAutoLoginAuthenticationCodeRequest request)
Makes the Get Auto Login Authentication Code request
|
reactor.core.publisher.Mono<GetInfoResponse> |
getInfo(GetInfoRequest request)
Makes the Server Information request
|
reactor.core.publisher.Mono<GetAutoLoginAuthenticationCodeResponse> getAuthenticationCode(GetAutoLoginAuthenticationCodeRequest request)
request - the Get Auto Login Authentication Code requestreactor.core.publisher.Mono<GetInfoResponse> getInfo(GetInfoRequest request)
request - the Get UAA Server Information requestreactor.core.publisher.Mono<Void> autoLogin(AutoLoginRequest request)
request - the Perform Auto Login requestCopyright © 2019. All rights reserved.