org.springframework.security.oauth2.provider
Interface TokenGranter
- All Known Implementing Classes:
- AbstractTokenGranter, AuthorizationCodeTokenGranter, ClientCredentialsTokenGranter, CompositeTokenGranter, ImplicitTokenGranter, RefreshTokenGranter, ResourceOwnerPasswordTokenGranter
public interface TokenGranter
Interface for granters of access tokens. Various grant types are defined in the specification, and each of those has
an implementation, leaving room for extensions to the specification as needed.
- Author:
- Dave Syer
grant
OAuth2AccessToken grant(String grantType,
TokenRequest tokenRequest)
Copyright © 2013. All rights reserved.