Uses of Interface
com.metamatrix.query.eval.SecurityFunctionEvaluator

Packages that use SecurityFunctionEvaluator
com.metamatrix.dqp.service   
com.metamatrix.platform.security.authorization.service   
com.metamatrix.query.util   
com.metamatrix.server.dqp.service   
 

Uses of SecurityFunctionEvaluator in com.metamatrix.dqp.service
 

Subinterfaces of SecurityFunctionEvaluator in com.metamatrix.dqp.service
 interface AuthorizationService
          This service provides a means to check whether a connection is authorized to access various data resources.
 

Uses of SecurityFunctionEvaluator in com.metamatrix.platform.security.authorization.service
 

Classes in com.metamatrix.platform.security.authorization.service that implement SecurityFunctionEvaluator
 class AuthorizationServiceImpl
          The Authorization Service is responsible for handling requests to determine whether a Principal is entitled to perform a given action on a given resource or set of resources.
 

Uses of SecurityFunctionEvaluator in com.metamatrix.query.util
 

Methods in com.metamatrix.query.util that return SecurityFunctionEvaluator
 SecurityFunctionEvaluator CommandContext.getSecurityFunctionEvaluator()
           
 

Methods in com.metamatrix.query.util with parameters of type SecurityFunctionEvaluator
 void CommandContext.setSecurityFunctionEvaluator(SecurityFunctionEvaluator securityFunctionEvaluator)
           
 

Uses of SecurityFunctionEvaluator in com.metamatrix.server.dqp.service
 

Classes in com.metamatrix.server.dqp.service that implement SecurityFunctionEvaluator
 class PlatformAuthorizationService
           
 



Copyright © 2009. All Rights Reserved.