Modifier and Type | Class and Description |
---|---|
static interface |
UserAuthenticationSourceResponse.UserAuthenticationSourceResponseSwagger
Interface to help correct Swagger documentation generation
|
Constructor and Description |
---|
UserAuthenticationSourceResponse(String userName,
Long sourceId,
UserAuthenticationType authenticationType,
String key,
Date createTime,
Date updateTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
UserAuthenticationType |
getAuthenticationType() |
Date |
getCreateTime() |
String |
getKey() |
Long |
getSourceId() |
Date |
getUpdateTime() |
String |
getUserName()
Returns user name
|
int |
hashCode() |
public String getUserName()
public Long getSourceId()
public UserAuthenticationType getAuthenticationType()
public String getKey()
public Date getCreateTime()
public Date getUpdateTime()
Copyright © 2022 Apache Software Foundation. All rights reserved.