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
Constructors Constructor Description IdentityRestServiceImpl(java.lang.String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
checkPassword(PasswordPolicyRequestDto dto)
GroupInfoDto
getGroupInfo(java.lang.String userId)
javax.ws.rs.core.Response
getPasswordPolicy()
protected java.lang.String
sanitizeUserId(java.lang.String userId)
AuthenticationResult
verifyUser(BasicUserCredentialsDto credentialsDto)
-
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
-
-
-
Method Detail
-
getGroupInfo
public GroupInfoDto getGroupInfo(java.lang.String userId)
- Specified by:
getGroupInfo
in interfaceIdentityRestService
-
verifyUser
public AuthenticationResult verifyUser(BasicUserCredentialsDto credentialsDto)
- Specified by:
verifyUser
in interfaceIdentityRestService
-
getPasswordPolicy
public javax.ws.rs.core.Response getPasswordPolicy()
- Specified by:
getPasswordPolicy
in interfaceIdentityRestService
-
checkPassword
public javax.ws.rs.core.Response checkPassword(PasswordPolicyRequestDto dto)
- Specified by:
checkPassword
in interfaceIdentityRestService
-
sanitizeUserId
protected java.lang.String sanitizeUserId(java.lang.String userId)
-
-