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, @PostAuthorize and @PostFilter annotations. 
org.springframework.security.access.expression.method Implementation of expression-based method security. 
org.springframework.security.access.vote Implements a vote-based approach to authorization decisions. 
org.springframework.security.authentication Core classes and interfaces related to user authentication, which are used throughout Spring Security. 
org.springframework.security.web.access Access-control related classes and packages. 
 

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-2011 SpringSource, Inc. All Rights Reserved.