Package | Description |
---|---|
org.springframework.social.oauth2 |
OAuth2 client.
|
Modifier and Type | Method and Description |
---|---|
static GrantType |
GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrantType[] |
GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
OAuth2Template.buildAuthenticateUrl(GrantType grantType,
OAuth2Parameters parameters) |
String |
OAuth2Operations.buildAuthenticateUrl(GrantType grantType,
OAuth2Parameters parameters)
Construct the URL to redirect the user to for authentication.
|
String |
OAuth2Template.buildAuthorizeUrl(GrantType grantType,
OAuth2Parameters parameters) |
String |
OAuth2Operations.buildAuthorizeUrl(GrantType grantType,
OAuth2Parameters parameters)
Construct the URL to redirect the user to for authorization.
|
Copyright © 2016. All rights reserved.