| Constructor and Description |
|---|
ConnectedAppOauthConfig()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackUrl() |
String |
getCertificate() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
ConnectedAppOauthAccessScope[] |
getScopes() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCallbackUrl(String callbackUrl) |
void |
setCertificate(String certificate) |
void |
setConsumerKey(String consumerKey) |
void |
setConsumerSecret(String consumerSecret) |
void |
setScopes(ConnectedAppOauthAccessScope[] scopes) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public String getCallbackUrl()
public void setCallbackUrl(String callbackUrl)
public String getCertificate()
public void setCertificate(String certificate)
public String getConsumerKey()
public void setConsumerKey(String consumerKey)
public String getConsumerSecret()
public void setConsumerSecret(String consumerSecret)
public ConnectedAppOauthAccessScope[] getScopes()
public void setScopes(ConnectedAppOauthAccessScope[] scopes)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.