public class JanusClientDetailsService extends Object implements OpenConextClientDetailsService
| Constructor and Description |
|---|
JanusClientDetailsService() |
| Modifier and Type | Method and Description |
|---|---|
ARP |
getArp(String clientId) |
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 ARP getArp(String clientId)
getArp in interface OpenConextClientDetailsService@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.