@Deprecated public class AbstractEndpoint extends Object implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
Deprecated.
|
| Constructor and Description |
|---|
AbstractEndpoint()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
|
protected ClientDetailsService |
getClientDetailsService()
Deprecated.
|
protected OAuth2RequestFactory |
getDefaultOAuth2RequestFactory()
Deprecated.
|
protected WebResponseExceptionTranslator<OAuth2Exception> |
getExceptionTranslator()
Deprecated.
|
protected OAuth2RequestFactory |
getOAuth2RequestFactory()
Deprecated.
|
protected TokenGranter |
getTokenGranter()
Deprecated.
|
void |
setClientDetailsService(ClientDetailsService clientDetailsService)
Deprecated.
|
void |
setOAuth2RequestFactory(OAuth2RequestFactory oAuth2RequestFactory)
Deprecated.
|
void |
setProviderExceptionHandler(WebResponseExceptionTranslator<OAuth2Exception> providerExceptionHandler)
Deprecated.
|
void |
setTokenGranter(TokenGranter tokenGranter)
Deprecated.
|
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void setProviderExceptionHandler(WebResponseExceptionTranslator<OAuth2Exception> providerExceptionHandler)
public void setTokenGranter(TokenGranter tokenGranter)
protected TokenGranter getTokenGranter()
protected WebResponseExceptionTranslator<OAuth2Exception> getExceptionTranslator()
protected OAuth2RequestFactory getOAuth2RequestFactory()
protected OAuth2RequestFactory getDefaultOAuth2RequestFactory()
public void setOAuth2RequestFactory(OAuth2RequestFactory oAuth2RequestFactory)
protected ClientDetailsService getClientDetailsService()
public void setClientDetailsService(ClientDetailsService clientDetailsService)
Copyright © 2020. All rights reserved.