public interface IdentityRestService
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
checkPassword(PasswordPolicyRequestDto password) |
GroupInfoDto |
getGroupInfo(String userId) |
javax.ws.rs.core.Response |
getPasswordPolicy() |
AuthenticationResult |
verifyUser(BasicUserCredentialsDto credentialsDto) |
static final String PATH
GroupInfoDto getGroupInfo(String userId)
AuthenticationResult verifyUser(BasicUserCredentialsDto credentialsDto)
javax.ws.rs.core.Response getPasswordPolicy()
javax.ws.rs.core.Response checkPassword(PasswordPolicyRequestDto password)
Copyright © 2013–2021 camunda services GmbH. All rights reserved.