| Modifier and Type | Method and Description |
|---|---|
ResourceOwnerAuthentication |
ResourceOwnerAuthentication.Builder.build() |
ResourceOwnerAuthentication |
AuthorizationRequest.getResourceOwnerAuthentication() |
| Constructor and Description |
|---|
AuthorizationRequest(String clientId,
Constants.ResponseType responseType,
String redirectUri,
ResourceOwnerAuthentication resourceOwnerAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
ResourceOwnerAuthentication |
AccessTokenStoreHolder.getResourceOwnerAuthentication() |
| Constructor and Description |
|---|
AccessTokenStoreHolder(Token accessToken,
AuthorizationRequest authorizationRequest,
ResourceOwnerAuthentication resourceOwnerAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.lang3.tuple.Pair<Boolean,ResourceOwnerAuthentication> |
OAuth2ProviderRequestProcessor.validateResourceOwnerCredentials(Client client,
RequestData requestData) |
| Modifier and Type | Method and Description |
|---|---|
ResourceOwnerAuthentication |
ResourceOwnerSecurityProvider.authenticate(org.mule.runtime.api.security.Authentication authentication) |
ResourceOwnerAuthentication |
SpringAwareResourceOwnerSecurityProvider.authenticate(org.mule.runtime.api.security.Authentication authentication) |
| Modifier and Type | Method and Description |
|---|---|
Token |
TokenManager.grantAccessToken(Constants.RequestGrantType grantType,
AuthorizationRequest authorizationRequest,
ResourceOwnerAuthentication resourceOwnerAuthentication) |
Token |
TokenManager.grantAccessToken(Constants.RequestGrantType grantType,
String clientId,
Set<String> scopes,
ResourceOwnerAuthentication resourceOwnerAuthentication) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.