public interface UserManagementService extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
existsUserWithEmail(String email)
Exists user with email.
|
InsertUserState |
existsUserWithEmailOrUsername(String email,
String username)
Exists user with email or username.
|
boolean |
existsUserWithUsername(String username)
Exists user with username.
|
boolean existsUserWithEmail(String email)
email - the emailboolean existsUserWithUsername(String username)
username - the usernameInsertUserState existsUserWithEmailOrUsername(String email, String username)
email - the emailusername - the usernameCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.