Uses of Interface
org.springframework.security.oauth.provider.OAuthAuthenticationHandler

Packages that use OAuthAuthenticationHandler
org.springframework.security.oauth.provider   
org.springframework.security.oauth.provider.filter   
 

Uses of OAuthAuthenticationHandler in org.springframework.security.oauth.provider
 

Classes in org.springframework.security.oauth.provider that implement OAuthAuthenticationHandler
 class DefaultAuthenticationHandler
          The default authentication handler.
 

Uses of OAuthAuthenticationHandler in org.springframework.security.oauth.provider.filter
 

Methods in org.springframework.security.oauth.provider.filter that return OAuthAuthenticationHandler
 OAuthAuthenticationHandler ProtectedResourceProcessingFilter.getAuthHandler()
          The authentication handler.
 

Methods in org.springframework.security.oauth.provider.filter with parameters of type OAuthAuthenticationHandler
 void ProtectedResourceProcessingFilter.setAuthHandler(OAuthAuthenticationHandler authHandler)
          The authentication handler.
 



Copyright © 2013. All rights reserved.