Uses of Interface
org.alfresco.repo.security.authentication.UserNameGenerator
-
Packages that use UserNameGenerator Package Description org.alfresco.repo.invitation The implementation of the Invitation Service.org.alfresco.repo.jscript org.alfresco.repo.security.authentication -
-
Uses of UserNameGenerator in org.alfresco.repo.invitation
Methods in org.alfresco.repo.invitation that return UserNameGenerator Modifier and Type Method Description UserNameGeneratorInvitationServiceImpl. getUserNameGenerator()Methods in org.alfresco.repo.invitation with parameters of type UserNameGenerator Modifier and Type Method Description voidInvitationServiceImpl. setUserNameGenerator(UserNameGenerator usernameGenerator) -
Uses of UserNameGenerator in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript with parameters of type UserNameGenerator Modifier and Type Method Description voidPeople. setUserNameGenerator(UserNameGenerator userNameGenerator)Set the user name generator service -
Uses of UserNameGenerator in org.alfresco.repo.security.authentication
Classes in org.alfresco.repo.security.authentication that implement UserNameGenerator Modifier and Type Class Description classNameBasedUserNameGeneratorGenerates a user name based upon firstName and lastName.classRandomUserNameGeneratorGenerates a user name based upon a random numericclassTenantAwareUserNameGeneratorTenant Aware user name generator generates user names for each specific tenant.Methods in org.alfresco.repo.security.authentication that return UserNameGenerator Modifier and Type Method Description UserNameGeneratorTenantAwareUserNameGenerator. getGenerator()Methods in org.alfresco.repo.security.authentication with parameters of type UserNameGenerator Modifier and Type Method Description voidTenantAwareUserNameGenerator. setGenerator(UserNameGenerator generator)
-