| Package | Description |
|---|---|
| com.geotab.model.entity.user | |
| com.geotab.model.search |
| Modifier and Type | Field and Description |
|---|---|
protected UserAuthenticationType |
User.userAuthenticationType
The user authentication type.
|
| Modifier and Type | Method and Description |
|---|---|
static UserAuthenticationType |
UserAuthenticationType.findOrDefault(String name) |
static UserAuthenticationType |
UserAuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserAuthenticationType[] |
UserAuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UserSearch(String id,
List<GroupSearch> companyGroups,
List<GroupSearch> driverGroups,
String firstName,
LocalDateTime fromDate,
Boolean isDriver,
Long keyId,
String lastName,
String name,
String serialNumber,
LocalDateTime toDate,
List<String> keywords,
List<GroupSearch> securityGroups,
String licenseNumber,
String employeeNumber,
HosRuleSet hosRuleSet,
UserAuthenticationType authenticationType) |
Copyright © 2023. All rights reserved.