public class Saml2GrantTypeHandler extends GrantTypeHandler
clientAuthenticator, providerSettingsFactory, urisFactory| Constructor and Description |
|---|
Saml2GrantTypeHandler(ClientRegistrationStore clientRegistrationStore,
TokenStore tokenStore,
OAuth2UrisFactory urisFactory,
OAuth2ProviderSettingsFactory providerSettingsFactory,
ClientAuthenticator clientAuthenticator) |
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
handle(OAuth2Request request) |
protected AccessToken |
handle(OAuth2Request request,
ClientRegistration clientRegistration,
OAuth2ProviderSettings providerSettings) |
@Inject public Saml2GrantTypeHandler(ClientRegistrationStore clientRegistrationStore, TokenStore tokenStore, OAuth2UrisFactory urisFactory, OAuth2ProviderSettingsFactory providerSettingsFactory, ClientAuthenticator clientAuthenticator)
public AccessToken handle(OAuth2Request request) throws InvalidGrantException, InvalidClientException, InvalidRequestException, ServerException, InvalidScopeException, NotFoundException
protected AccessToken handle(OAuth2Request request, ClientRegistration clientRegistration, OAuth2ProviderSettings providerSettings)
handle in class GrantTypeHandlerCopyright © 2010–2024 Open Identity Platform Community. All rights reserved.