public class UserAuthenticationSourceRequest extends Object
Constructor and Description |
---|
UserAuthenticationSourceRequest(String username,
Long sourceId) |
UserAuthenticationSourceRequest(String username,
Long sourceId,
UserAuthenticationType authenticationType) |
UserAuthenticationSourceRequest(String username,
Long sourceId,
UserAuthenticationType authenticationType,
String key) |
UserAuthenticationSourceRequest(String username,
Long sourceId,
UserAuthenticationType authenticationType,
String key,
String oldKey) |
Modifier and Type | Method and Description |
---|---|
UserAuthenticationType |
getAuthenticationType() |
String |
getKey() |
String |
getOldKey() |
Long |
getSourceId() |
String |
getUsername() |
public UserAuthenticationSourceRequest(String username, Long sourceId)
public UserAuthenticationSourceRequest(String username, Long sourceId, UserAuthenticationType authenticationType)
public UserAuthenticationSourceRequest(String username, Long sourceId, UserAuthenticationType authenticationType, String key)
public UserAuthenticationSourceRequest(String username, Long sourceId, UserAuthenticationType authenticationType, String key, String oldKey)
public String getUsername()
public Long getSourceId()
public UserAuthenticationType getAuthenticationType()
public String getKey()
public String getOldKey()
Copyright © 2022 Apache Software Foundation. All rights reserved.