@Configuration public class OAuthServerConfig extends Object
| Constructor and Description |
|---|
OAuthServerConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.userdetails.UserDetailsService |
clientDetailsUserDetailsService() |
org.springframework.security.web.access.AccessDeniedHandler |
oauth2AccessDeniedHandler() |
org.springframework.security.web.AuthenticationEntryPoint |
oauth2AuthenticationEntryPoint() |
org.springframework.security.oauth2.provider.OAuth2RequestFactory |
requestFactory() |
org.springframework.security.oauth2.provider.token.AccessTokenConverter |
tokenConverter() |
org.springframework.security.oauth2.provider.token.TokenEnhancer |
tokenEnhancer() |
org.springframework.security.oauth2.provider.TokenGranter |
tokenGranter() |
org.springframework.security.oauth2.provider.token.DefaultTokenServices |
tokenServices() |
org.springframework.security.oauth2.provider.token.TokenStore |
tokenStore() |
org.springframework.security.oauth2.provider.approval.UserApprovalHandler |
userApprovalHandler(org.springframework.security.oauth2.provider.approval.ApprovalStore approvalStore) |
@Bean public org.springframework.security.oauth2.provider.token.AccessTokenConverter tokenConverter()
@Bean public org.springframework.security.oauth2.provider.token.TokenEnhancer tokenEnhancer()
@Bean public org.springframework.security.oauth2.provider.token.TokenStore tokenStore()
@Bean public org.springframework.security.oauth2.provider.token.DefaultTokenServices tokenServices()
@Bean public org.springframework.security.oauth2.provider.OAuth2RequestFactory requestFactory()
@Bean public org.springframework.security.oauth2.provider.approval.UserApprovalHandler userApprovalHandler(org.springframework.security.oauth2.provider.approval.ApprovalStore approvalStore)
@Bean public org.springframework.security.oauth2.provider.TokenGranter tokenGranter()
@Bean public org.springframework.security.core.userdetails.UserDetailsService clientDetailsUserDetailsService()
@Bean public org.springframework.security.web.AuthenticationEntryPoint oauth2AuthenticationEntryPoint()
@Bean public org.springframework.security.web.access.AccessDeniedHandler oauth2AccessDeniedHandler()
Copyright © 2015 Meruvian. All Rights Reserved.