public class RegistrationProfile extends Object
Modifier and Type | Field and Description |
---|---|
String |
applicationType |
String |
callbackUrl |
String |
clientName |
String |
grantType |
String |
owner |
String |
tokenScope |
Constructor and Description |
---|
RegistrationProfile() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationType() |
String |
getCallbackUrl() |
String |
getClientName() |
String |
getGrantType() |
String |
getOwner() |
String |
getTokenScope() |
void |
setApplicationType(String applicationType) |
void |
setCallbackUrl(String callBackUrl) |
void |
setClientName(String clientName) |
void |
setGrantType(String grantType) |
void |
setOwner(String owner) |
void |
setTokenScope(String tokenScope) |
public String callbackUrl
public String clientName
public String tokenScope
public String owner
public String grantType
public String applicationType
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)
Copyright © 2017 WSO2. All rights reserved.