Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
IdentityApi.verifyUser(BasicUserCredentialsDto basicUserCredentialsDto)
Verify User
Verifies that user credentials are valid.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<AuthenticationResult> |
IdentityApi.verifyUserWithHttpInfo(BasicUserCredentialsDto basicUserCredentialsDto)
Verify User
Verifies that user credentials are valid.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
IdentityApi.verifyUserAsync(BasicUserCredentialsDto basicUserCredentialsDto,
ApiCallback<AuthenticationResult> _callback)
Verify User (asynchronously)
Verifies that user credentials are valid.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
AuthenticationResult.addGroupsItem(String groupsItem) |
AuthenticationResult |
AuthenticationResult.addTenantsItem(String tenantsItem) |
AuthenticationResult |
AuthenticationResult.authenticatedUser(String authenticatedUser) |
AuthenticationResult |
AuthenticationResult.groups(List<String> groups) |
AuthenticationResult |
AuthenticationResult.isAuthenticated(Boolean isAuthenticated) |
AuthenticationResult |
AuthenticationResult.tenants(List<String> tenants) |
Copyright © 2022. All rights reserved.