public class OAuth2Plugin
extends me.tfeng.play.plugins.AbstractPlugin
| Constructor and Description |
|---|
OAuth2Plugin(play.Application application) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.authentication.AuthenticationManager |
getClientAuthenticationManager() |
org.springframework.security.oauth2.provider.ClientDetailsService |
getClientDetailsService() |
static OAuth2Plugin |
getInstance() |
org.springframework.security.authentication.AuthenticationManager |
getOAuth2AuthenticationManager() |
org.springframework.security.oauth2.provider.TokenGranter |
getTokenGranter() |
org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices |
getTokenServices() |
public static OAuth2Plugin getInstance()
public org.springframework.security.authentication.AuthenticationManager getClientAuthenticationManager()
public org.springframework.security.oauth2.provider.ClientDetailsService getClientDetailsService()
public org.springframework.security.authentication.AuthenticationManager getOAuth2AuthenticationManager()
public org.springframework.security.oauth2.provider.TokenGranter getTokenGranter()
public org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices getTokenServices()