public class IdentityRestServiceImpl extends AbstractRestProcessEngineAware implements IdentityRestService
objectMapper, relativeRootResourcePath
processEngine
PATH
Constructor and Description |
---|
IdentityRestServiceImpl(String engineName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
checkPassword(PasswordPolicyRequestDto dto) |
GroupInfoDto |
getGroupInfo(String userId) |
javax.ws.rs.core.Response |
getPasswordPolicy() |
protected String |
sanitizeUserId(String userId) |
AuthenticationResult |
verifyUser(BasicUserCredentialsDto credentialsDto) |
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
public IdentityRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public GroupInfoDto getGroupInfo(String userId)
getGroupInfo
in interface IdentityRestService
public AuthenticationResult verifyUser(BasicUserCredentialsDto credentialsDto)
verifyUser
in interface IdentityRestService
public javax.ws.rs.core.Response getPasswordPolicy()
getPasswordPolicy
in interface IdentityRestService
public javax.ws.rs.core.Response checkPassword(PasswordPolicyRequestDto dto)
checkPassword
in interface IdentityRestService
Copyright © 2022. All rights reserved.