| Modifier and Type | Method and Description |
|---|---|
UserType |
User.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setType(UserType userType) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserRepository.findByAadhaarNumberAndType(String aadhaarNumber,
UserType type) |
List<User> |
UserRepository.findByTypeAndActiveTrueOrderByNameAsc(UserType type) |
List<User> |
UserRepository.findByUsernameContainingIgnoreCaseAndTypeAndActiveTrue(String username,
UserType type) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserService.findAllByMatchingUserNameForType(String username,
UserType type) |
List<User> |
UserService.getUserByAadhaarNumberAndType(String aadhaarNumber,
UserType type) |
| Modifier and Type | Method and Description |
|---|---|
UserType |
SecureUser.getUserType() |
| Modifier and Type | Method and Description |
|---|---|
static UserType |
UserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserType[] |
UserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UserType |
SecurityUtils.currentUserType() |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.