Uses of Interface
org.springframework.security.authentication.AuthenticationTrustResolver

Packages that use AuthenticationTrustResolver
org.springframework.security.access.expression Expression handling code to support the use of Spring-EL based expressions in @PreAuthorize, @PreFilter, 
org.springframework.security.access.expression.method   
org.springframework.security.access.vote Implements a vote-based approach to authorization decisions. 
org.springframework.security.authentication Implements a provider-based approach to authentication decisions. 
org.springframework.security.web.access   
 

Uses of AuthenticationTrustResolver in org.springframework.security.access.expression
 

Methods in org.springframework.security.access.expression with parameters of type AuthenticationTrustResolver
 void SecurityExpressionRoot.setTrustResolver(AuthenticationTrustResolver trustResolver)
           
 

Uses of AuthenticationTrustResolver in org.springframework.security.access.expression.method
 

Methods in org.springframework.security.access.expression.method with parameters of type AuthenticationTrustResolver
 void DefaultMethodSecurityExpressionHandler.setTrustResolver(AuthenticationTrustResolver trustResolver)
           
 

Uses of AuthenticationTrustResolver in org.springframework.security.access.vote
 

Methods in org.springframework.security.access.vote with parameters of type AuthenticationTrustResolver
 void AuthenticatedVoter.setAuthenticationTrustResolver(AuthenticationTrustResolver authenticationTrustResolver)
           
 

Uses of AuthenticationTrustResolver in org.springframework.security.authentication
 

Classes in org.springframework.security.authentication that implement AuthenticationTrustResolver
 class AuthenticationTrustResolverImpl
          Basic implementation of AuthenticationTrustResolver.
 

Uses of AuthenticationTrustResolver in org.springframework.security.web.access
 

Methods in org.springframework.security.web.access that return AuthenticationTrustResolver
protected  AuthenticationTrustResolver ExceptionTranslationFilter.getAuthenticationTrustResolver()
           
 

Methods in org.springframework.security.web.access with parameters of type AuthenticationTrustResolver
 void ExceptionTranslationFilter.setAuthenticationTrustResolver(AuthenticationTrustResolver authenticationTrustResolver)
           
 



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