public class CertificateSubjectClientIdOauth2Service extends Object implements Oauth2Service
Oauth2Service.GrantType, Oauth2Service.Parameters, Oauth2Service.ResponseType| Constructor and Description |
|---|
CertificateSubjectClientIdOauth2Service(Oauth2Service oauth2Service,
Pkcs12KeyStore keyStore) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAuthorizationRequestUri(Map<String,String> headers,
Oauth2Service.Parameters parameters) |
TokenResponse |
getToken(Map<String,String> headers,
Oauth2Service.Parameters parameters) |
public CertificateSubjectClientIdOauth2Service(Oauth2Service oauth2Service, Pkcs12KeyStore keyStore)
public URI getAuthorizationRequestUri(Map<String,String> headers, Oauth2Service.Parameters parameters) throws IOException
getAuthorizationRequestUri in interface Oauth2ServiceIOExceptionpublic TokenResponse getToken(Map<String,String> headers, Oauth2Service.Parameters parameters) throws IOException
getToken in interface Oauth2ServiceIOExceptionCopyright © 2020. All rights reserved.