Uses of Interface
org.springframework.security.oauth2.client.token.auth.ClientAuthenticationHandler

Packages that use ClientAuthenticationHandler
org.springframework.security.oauth2.client.token   
org.springframework.security.oauth2.client.token.auth   
 

Uses of ClientAuthenticationHandler in org.springframework.security.oauth2.client.token
 

Methods in org.springframework.security.oauth2.client.token with parameters of type ClientAuthenticationHandler
 void OAuth2AccessTokenSupport.setAuthenticationHandler(ClientAuthenticationHandler authenticationHandler)
           
 

Uses of ClientAuthenticationHandler in org.springframework.security.oauth2.client.token.auth
 

Classes in org.springframework.security.oauth2.client.token.auth that implement ClientAuthenticationHandler
 class DefaultClientAuthenticationHandler
          Default implementation of the client authentication handler.
 



Copyright © 2013. All rights reserved.