Package org.camunda.bpm.engine.rest.impl
Class IdentityRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.IdentityRestServiceImpl
- All Implemented Interfaces:
IdentityRestService
public class IdentityRestServiceImpl
extends AbstractRestProcessEngineAware
implements IdentityRestService
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.IdentityRestService
PATH
-
Constructor Summary
ConstructorDescriptionIdentityRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
getGroupInfo
(String userId) jakarta.ws.rs.core.Response
protected String
sanitizeUserId
(String userId) verifyUser
(BasicUserCredentialsDto credentialsDto) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
IdentityRestServiceImpl
public IdentityRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getGroupInfo
- Specified by:
getGroupInfo
in interfaceIdentityRestService
-
verifyUser
- Specified by:
verifyUser
in interfaceIdentityRestService
-
getPasswordPolicy
public jakarta.ws.rs.core.Response getPasswordPolicy()- Specified by:
getPasswordPolicy
in interfaceIdentityRestService
-
checkPassword
- Specified by:
checkPassword
in interfaceIdentityRestService
-
sanitizeUserId
-