public class OAuthModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty used to indicate that a ConnectionProvider
supports a number of OAuth2 grant types| Constructor and Description |
|---|
OAuthModelProperty(List<OAuthGrantType> grantTypes)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
List<OAuthGrantType> |
getGrantTypes() |
String |
getName() |
boolean |
isPublic() |
public static final String NAME
public OAuthModelProperty(List<OAuthGrantType> grantTypes)
grantTypes - the grant types supportedpublic String getName()
getName in interface org.mule.runtime.api.meta.model.ModelPropertygetName in interface org.mule.runtime.api.meta.NamedObjectoauthpublic boolean isPublic()
isPublic in interface org.mule.runtime.api.meta.model.ModelPropertytruepublic List<OAuthGrantType> getGrantTypes()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.