| Package | Description |
|---|---|
| act.social |
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationMethod |
SocialProvider.authMethod
The authentication method used by this provider
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
SocialProfile.getAuthMethod() |
static AuthenticationMethod |
AuthenticationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationMethod[] |
AuthenticationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SocialProfile.setAuthMethod(AuthenticationMethod authMethod) |
| Constructor and Description |
|---|
SocialProvider(String id,
AuthenticationMethod authMethod)
Creates a new IdentityProvider
|
Copyright © 2016–2018 ActFramework. All rights reserved.