Package com.sforce.soap.metadata
Class ExternalAppOauthConfig
java.lang.Object
com.sforce.soap.metadata.ExternalAppOauthConfig
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetCallbackUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetCallbackUrl(String callbackUrl) protected voidsetCertificate(XmlInputStream __in, TypeMapper __typeMapper) voidsetCertificate(String certificate) protected voidsetConsumerKey(XmlInputStream __in, TypeMapper __typeMapper) voidsetConsumerKey(String consumerKey) protected voidsetConsumerSecret(XmlInputStream __in, TypeMapper __typeMapper) voidsetConsumerSecret(String consumerSecret) voidsetIdTokenConfig(ExternalAppIdTokenConfig idTokenConfig) protected voidsetIdTokenConfig(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsClientCredentialEnabled(boolean isClientCredentialEnabled) protected voidsetIsClientCredentialEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsConsumerSecretOptional(boolean isConsumerSecretOptional) protected voidsetIsConsumerSecretOptional(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsIntrospectAllTokens(boolean isIntrospectAllTokens) protected voidsetIsIntrospectAllTokens(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsSecretRequiredForRefreshToken(boolean isSecretRequiredForRefreshToken) protected voidsetIsSecretRequiredForRefreshToken(XmlInputStream __in, TypeMapper __typeMapper) voidsetSelectedScopes(ExternalAppOauthConsumerScope selectedScopes) protected voidsetSelectedScopes(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetSingleLogoutUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetSingleLogoutUrl(String singleLogoutUrl) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ExternalAppOauthConfig
public ExternalAppOauthConfig()Constructor
-
-
Method Details
-
getCallbackUrl
-
setCallbackUrl
-
setCallbackUrl
protected void setCallbackUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCertificate
-
setCertificate
-
setCertificate
protected void setCertificate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConsumerKey
-
setConsumerKey
-
setConsumerKey
protected void setConsumerKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConsumerSecret
-
setConsumerSecret
-
setConsumerSecret
protected void setConsumerSecret(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIdTokenConfig
-
setIdTokenConfig
-
setIdTokenConfig
protected void setIdTokenConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsClientCredentialEnabled
public boolean getIsClientCredentialEnabled() -
isIsClientCredentialEnabled
public boolean isIsClientCredentialEnabled() -
setIsClientCredentialEnabled
public void setIsClientCredentialEnabled(boolean isClientCredentialEnabled) -
setIsClientCredentialEnabled
protected void setIsClientCredentialEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsConsumerSecretOptional
public boolean getIsConsumerSecretOptional() -
isIsConsumerSecretOptional
public boolean isIsConsumerSecretOptional() -
setIsConsumerSecretOptional
public void setIsConsumerSecretOptional(boolean isConsumerSecretOptional) -
setIsConsumerSecretOptional
protected void setIsConsumerSecretOptional(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsIntrospectAllTokens
public boolean getIsIntrospectAllTokens() -
isIsIntrospectAllTokens
public boolean isIsIntrospectAllTokens() -
setIsIntrospectAllTokens
public void setIsIntrospectAllTokens(boolean isIntrospectAllTokens) -
setIsIntrospectAllTokens
protected void setIsIntrospectAllTokens(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsSecretRequiredForRefreshToken
public boolean getIsSecretRequiredForRefreshToken() -
isIsSecretRequiredForRefreshToken
public boolean isIsSecretRequiredForRefreshToken() -
setIsSecretRequiredForRefreshToken
public void setIsSecretRequiredForRefreshToken(boolean isSecretRequiredForRefreshToken) -
setIsSecretRequiredForRefreshToken
protected void setIsSecretRequiredForRefreshToken(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSelectedScopes
-
setSelectedScopes
-
setSelectedScopes
protected void setSelectedScopes(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSingleLogoutUrl
-
setSingleLogoutUrl
-
setSingleLogoutUrl
protected void setSingleLogoutUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-