public class APIEndpointSecurityDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
APIEndpointSecurityDTO.TypeEnum
Accepts one of the following, basic or digest.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PASSWORD |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_USERNAME |
| Constructor and Description |
|---|
APIEndpointSecurityDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPassword()
Get password
|
APIEndpointSecurityDTO.TypeEnum |
getType()
Accepts one of the following, basic or digest.
|
String |
getUsername()
Get username
|
int |
hashCode() |
APIEndpointSecurityDTO |
password(String password) |
void |
setPassword(String password) |
void |
setType(APIEndpointSecurityDTO.TypeEnum type) |
void |
setUsername(String username) |
String |
toString() |
APIEndpointSecurityDTO |
type(APIEndpointSecurityDTO.TypeEnum type) |
APIEndpointSecurityDTO |
username(String username) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_USERNAME
public static final String SERIALIZED_NAME_PASSWORD
public APIEndpointSecurityDTO type(APIEndpointSecurityDTO.TypeEnum type)
@Nullable public APIEndpointSecurityDTO.TypeEnum getType()
public void setType(APIEndpointSecurityDTO.TypeEnum type)
public APIEndpointSecurityDTO username(String username)
public void setUsername(String username)
public APIEndpointSecurityDTO password(String password)
public void setPassword(String password)
Copyright © 2021 WSO2 Inc. All rights reserved.