public interface UserExistenceService extends Serializable
UserExistenceService.| Modifier and Type | Method and Description |
|---|---|
boolean |
existsUserWithEmail(String email)
Checks if a user exists with the given email.
|
boolean |
existsUserWithEmailOrUsername(String emailOrUsername)
Checks if a user exists with the given email or user name.
|
InsertUserState |
existsUserWithEmailOrUsername(String email,
String username)
Checks if a user exists with the given email or user name.
|
boolean |
existsUserWithUsername(String username)
Checks if a user exists with the given user name.
|
boolean existsUserWithEmail(String email)
email - the emailboolean existsUserWithEmailOrUsername(String emailOrUsername)
emailOrUsername - the email or user nameInsertUserState existsUserWithEmailOrUsername(String email, String username)
email - the emailusername - the user nameInsertUserState object.boolean existsUserWithUsername(String username)
username - the user nameCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.