public class ApplicationDTO extends Object
| Constructor and Description |
|---|
ApplicationDTO() |
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)
public ApplicationDTO grantTypes(List<String> grantTypes)
public ApplicationDTO addGrantTypesItem(String grantTypesItem)
public ApplicationDTO tokenExpireTime(Long tokenExpireTime)
public Long getTokenExpireTime()
public void setTokenExpireTime(Long tokenExpireTime)
Copyright © 2018 WSO2. All rights reserved.