Uses of Class
org.springframework.security.web.authentication.www.DigestAuthenticationEntryPoint

Packages that use DigestAuthenticationEntryPoint
org.springframework.security.web.authentication.www Contains WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication. 
 

Uses of DigestAuthenticationEntryPoint in org.springframework.security.web.authentication.www
 

Methods in org.springframework.security.web.authentication.www that return DigestAuthenticationEntryPoint
 DigestAuthenticationEntryPoint DigestAuthenticationFilter.getAuthenticationEntryPoint()
           
 

Methods in org.springframework.security.web.authentication.www with parameters of type DigestAuthenticationEntryPoint
 void DigestAuthenticationFilter.setAuthenticationEntryPoint(DigestAuthenticationEntryPoint authenticationEntryPoint)
           
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.