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 |
---|---|
GroupInfoDto |
getGroupInfo(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
Copyright © 2017. All rights reserved.