public class RegistrationProfile extends Object
Constructor and Description |
---|
RegistrationProfile() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationType() |
String |
getCallbackUrl() |
String |
getClientName() |
String |
getGrantType() |
String |
getOwner() |
String |
getTokenScope() |
boolean |
isSaasApp() |
void |
setApplicationType(String applicationType) |
void |
setCallbackUrl(String callBackUrl) |
void |
setClientName(String clientName) |
void |
setGrantType(String grantType) |
void |
setIsSaasApp(boolean isSaasApp) |
void |
setOwner(String owner) |
void |
setTokenScope(String tokenScope) |
String |
toJSON() |
public String getCallbackUrl()
public void setCallbackUrl(String callBackUrl)
public String getClientName()
public void setClientName(String clientName)
public String getTokenScope()
public void setTokenScope(String tokenScope)
public String getOwner()
public void setOwner(String owner)
public String getGrantType()
public void setGrantType(String grantType)
public String getApplicationType()
public void setApplicationType(String applicationType)
public boolean isSaasApp()
public void setIsSaasApp(boolean isSaasApp)
public String toJSON()
Copyright © 2017 WSO2. All rights reserved.