Uses of Class
com.flowable.platform.rest.service.api.user.CreateUserRepresentation
Package | Description |
---|---|
com.flowable.platform.rest.service.api.user |
-
Uses of CreateUserRepresentation in com.flowable.platform.rest.service.api.user
Methods in com.flowable.platform.rest.service.api.user with parameters of type CreateUserRepresentation Modifier and Type Method Description org.springframework.http.ResponseEntity<java.util.Map<java.lang.String,java.lang.Object>>
UserPlatformCollectionResource. createUser(CreateUserRepresentation userRequest, java.security.Principal principal)
java.lang.String
ForbiddenUserLoginGenerator. generateLogin(CreateUserRepresentation request)
java.lang.String
SimpleUserLoginGenerator. generateLogin(CreateUserRepresentation request)
java.lang.String
UserLoginGenerator. generateLogin(CreateUserRepresentation request)
Generate a login from the providedrequest
java.lang.String
UUIDUserLoginGenerator. generateLogin(CreateUserRepresentation request)
protected java.lang.String
UserPlatformCollectionResource. generateLoginName(CreateUserRepresentation userRequest)
protected java.util.Set<java.lang.String>
UserPlatformCollectionResource. getAllowedCreateVariables(CreateUserRepresentation createUserRepresentation)