public class ApplicationDTO extends Object
| Constructor and Description |
|---|
ApplicationDTO() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationDTO |
addRedirectUrisItem(String redirectUrisItem) |
ApplicationDTO |
clientId(String clientId) |
ApplicationDTO |
clientName(String clientName) |
ApplicationDTO |
clientSecret(String clientSecret) |
ApplicationDTO |
clientSecretExpiresAt(String clientSecretExpiresAt) |
boolean |
equals(Object o) |
String |
getClientId()
Get clientId
|
String |
getClientName()
Get clientName
|
String |
getClientSecret()
Get clientSecret
|
String |
getClientSecretExpiresAt()
Get clientSecretExpiresAt
|
List<String> |
getRedirectUris()
Get redirectUris
|
int |
hashCode() |
ApplicationDTO |
redirectUris(List<String> redirectUris) |
void |
setClientId(String clientId) |
void |
setClientName(String clientName) |
void |
setClientSecret(String clientSecret) |
void |
setClientSecretExpiresAt(String clientSecretExpiresAt) |
void |
setRedirectUris(List<String> redirectUris) |
String |
toString() |
public ApplicationDTO clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
public ApplicationDTO clientSecret(String clientSecret)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public ApplicationDTO clientSecretExpiresAt(String clientSecretExpiresAt)
public String getClientSecretExpiresAt()
public void setClientSecretExpiresAt(String clientSecretExpiresAt)
public ApplicationDTO redirectUris(List<String> redirectUris)
public ApplicationDTO addRedirectUrisItem(String redirectUrisItem)
public ApplicationDTO clientName(String clientName)
public String getClientName()
public void setClientName(String clientName)
Copyright © 2018 WSO2. All rights reserved.