Class UUIDUserLoginGenerator
java.lang.Object
com.flowable.platform.rest.service.api.user.UUIDUserLoginGenerator
- All Implemented Interfaces:
UserLoginGenerator
public class UUIDUserLoginGenerator extends java.lang.Object implements UserLoginGenerator
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors Constructor Description UUIDUserLoginGenerator() -
Method Summary
Modifier and Type Method Description java.lang.StringgenerateLogin(CreateUserRepresentation request)Generate a login from the providedrequest
-
Constructor Details
-
UUIDUserLoginGenerator
public UUIDUserLoginGenerator()
-
-
Method Details
-
generateLogin
Description copied from interface:UserLoginGeneratorGenerate a login from the providedrequest- Specified by:
generateLoginin interfaceUserLoginGenerator- Parameters:
request- the request that is used to create the user- Returns:
- the generated login for the user
-