Class MarketoConfiguration
- java.lang.Object
-
- com.adobe.aemfd.dermis.authentication.model.Configuration
-
- com.adobe.aemfd.dermis.authentication.model.MarketoConfiguration
-
- All Implemented Interfaces:
IConfiguration
@Model(adaptables=org.apache.sling.api.resource.Resource.class, defaultInjectionStrategy=OPTIONAL) public class MarketoConfiguration extends Configuration
Class for representing a Marketo configuration
-
-
Constructor Summary
Constructors Constructor Description MarketoConfiguration(Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMarketoBaseUrl()java.lang.StringgetMunchkinId()java.lang.StringgetOAuthUrl()voidsetMarketoBaseUrl(java.lang.String marketoBaseUrl)voidsetMunchkinId(java.lang.String munchkinId)voidsetOAuthUrl(java.lang.String oAuthUrl)-
Methods inherited from class com.adobe.aemfd.dermis.authentication.model.Configuration
getAuthentication, getAuthenticationType, getDataSourceType, getId, getName, getPath, getServiceEndPoint, getThumbnailPath, getTitle, getUrl, removeResource, setAuthentication, setAuthenticationType, setDataSourceType, setId, setName, setServiceEndPoint, setThumbnailPath, setTitle
-
-
-
-
Constructor Detail
-
MarketoConfiguration
public MarketoConfiguration(Resource resource)
-
-
Method Detail
-
getOAuthUrl
public java.lang.String getOAuthUrl()
-
setOAuthUrl
public void setOAuthUrl(java.lang.String oAuthUrl)
-
getMunchkinId
public java.lang.String getMunchkinId()
-
setMunchkinId
public void setMunchkinId(java.lang.String munchkinId)
-
getMarketoBaseUrl
public java.lang.String getMarketoBaseUrl()
-
setMarketoBaseUrl
public void setMarketoBaseUrl(java.lang.String marketoBaseUrl)
-
-