Modifier and Type | Class and Description |
---|---|
static interface |
UserResponse.UserResponseSwagger
Interface to help correct Swagger documentation generation
|
Constructor and Description |
---|
UserResponse(String userName,
String displayName,
String localUserName,
UserAuthenticationType userType,
boolean isLdapUser,
boolean isActive,
boolean isAdmin,
Integer consecutiveFailures,
Date createTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
UserAuthenticationType |
getAuthenticationType() |
Integer |
getConsecutiveFailures() |
Date |
getCreateTime() |
String |
getDisplayName() |
Set<String> |
getGroups() |
String |
getLocalUsername() |
String |
getUsername() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isAdmin() |
boolean |
isLdapUser() |
void |
setGroups(Set<String> groups) |
public String getUsername()
public String getDisplayName()
public String getLocalUsername()
public boolean isLdapUser()
public boolean isActive()
public boolean isAdmin()
public UserAuthenticationType getAuthenticationType()
public Integer getConsecutiveFailures()
public Date getCreateTime()
Copyright © 2022 Apache Software Foundation. All rights reserved.