Package | Description |
---|---|
org.apache.camel.component.linkedin.api |
Modifier and Type | Method and Description |
---|---|
static OAuthScope |
OAuthScope.fromValue(String value) |
static OAuthScope[] |
OAuthScope.fromValues(String... values) |
OAuthScope[] |
OAuthParams.getScopes() |
static OAuthScope |
OAuthScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthScope[] |
OAuthScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OAuthParams.setScopes(OAuthScope[] scopes) |
Constructor and Description |
---|
OAuthParams(String userName,
String userPassword,
OAuthSecureStorage secureStorage,
String clientId,
String clientSecret,
String redirectUri,
OAuthScope... scopes) |
Apache Camel