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 SummaryFields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAwareobjectMapper, relativeRootResourcePathFields inherited from interface org.camunda.bpm.engine.rest.IdentityRestServicePATH
- 
Constructor SummaryConstructorsConstructorDescriptionIdentityRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) 
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsegetGroupInfo(String userId) jakarta.ws.rs.core.Responseprotected StringsanitizeUserId(String userId) verifyUser(BasicUserCredentialsDto credentialsDto) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAwaregetObjectMapper, getProcessEngine, setRelativeRootResourceUri
- 
Constructor Details- 
IdentityRestServiceImplpublic IdentityRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) 
 
- 
- 
Method Details- 
getGroupInfo- Specified by:
- getGroupInfoin interface- IdentityRestService
 
- 
verifyUser- Specified by:
- verifyUserin interface- IdentityRestService
 
- 
getPasswordPolicypublic jakarta.ws.rs.core.Response getPasswordPolicy()- Specified by:
- getPasswordPolicyin interface- IdentityRestService
 
- 
checkPassword- Specified by:
- checkPasswordin interface- IdentityRestService
 
- 
sanitizeUserId
 
-