public class JanusClientDetailsService extends Object implements org.springframework.security.oauth2.provider.ClientDetailsService, org.springframework.security.oauth.provider.ConsumerDetailsService
| Constructor and Description |
|---|
JanusClientDetailsService() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.oauth2.provider.ClientDetails |
loadClientByClientId(String consumerKey) |
org.springframework.security.oauth.provider.ConsumerDetails |
loadConsumerByConsumerKey(String consumerKey) |
void |
setJanus(Janus janus) |
@Cacheable(value="janus-meta-data") public org.springframework.security.oauth2.provider.ClientDetails loadClientByClientId(String consumerKey) throws org.springframework.security.oauth2.common.exceptions.OAuth2Exception
loadClientByClientId in interface org.springframework.security.oauth2.provider.ClientDetailsServiceorg.springframework.security.oauth2.common.exceptions.OAuth2Exception@Cacheable(value="janus-meta-data") public org.springframework.security.oauth.provider.ConsumerDetails loadConsumerByConsumerKey(String consumerKey) throws org.springframework.security.oauth.common.OAuthException
loadConsumerByConsumerKey in interface org.springframework.security.oauth.provider.ConsumerDetailsServiceorg.springframework.security.oauth.common.OAuthExceptionpublic void setJanus(Janus janus)
janus - the janus to setCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.