org.springframework.security.oauth2.provider.endpoint
Class AbstractEndpoint
java.lang.Object
org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint
- All Implemented Interfaces:
- InitializingBean
- Direct Known Subclasses:
- AuthorizationEndpoint, TokenEndpoint
public class AbstractEndpoint
- extends Object
- implements InitializingBean
- Author:
- Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final Log logger
AbstractEndpoint
public AbstractEndpoint()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface InitializingBean
- Throws:
Exception
setProviderExceptionHandler
public void setProviderExceptionHandler(WebResponseExceptionTranslator providerExceptionHandler)
setTokenGranter
public void setTokenGranter(TokenGranter tokenGranter)
getTokenGranter
protected TokenGranter getTokenGranter()
getExceptionTranslator
protected WebResponseExceptionTranslator getExceptionTranslator()
getAuthorizationRequestManager
protected AuthorizationRequestManager getAuthorizationRequestManager()
getDefaultAuthorizationRequestManager
protected AuthorizationRequestManager getDefaultAuthorizationRequestManager()
setAuthorizationRequestManager
public void setAuthorizationRequestManager(AuthorizationRequestManager authorizationRequestManager)
getClientDetailsService
protected ClientDetailsService getClientDetailsService()
setClientDetailsService
public void setClientDetailsService(ClientDetailsService clientDetailsService)
Copyright © 2012. All Rights Reserved.