Uses of Class
com.gigaspaces.security.service.SecurityInterceptor
Packages that use SecurityInterceptor
-
Uses of SecurityInterceptor in com.j_spaces.jdbc
Fields in com.j_spaces.jdbc declared as SecurityInterceptorModifier and TypeFieldDescriptionprotected SecurityInterceptorAbstractDMLQuery.securityInterceptorMethods in com.j_spaces.jdbc that return SecurityInterceptorModifier and TypeMethodDescriptionAbstractDMLQuery.getSecurityInterceptor()AlterTableQuery.getSecurityInterceptor()CreateTableQuery.getSecurityInterceptor()DropTableQuery.getSecurityInterceptor()Methods in com.j_spaces.jdbc with parameters of type SecurityInterceptorModifier and TypeMethodDescriptionstatic IQueryProcessorQueryProcessorFactory.newLocalInstance(IJSpace clusterProxy, IJSpace spaceProxy, Properties connectionProperties, SecurityInterceptor securityInterceptor) Create new QueryProcessor instance using the connection properties and the qp.propertiesvoidAbstractDMLQuery.setSecurityInterceptor(SecurityInterceptor securityInterceptor) voidAlterTableQuery.setSecurityInterceptor(SecurityInterceptor securityInterceptor) voidCommitQuery.setSecurityInterceptor(SecurityInterceptor securityInterceptor) voidCreateTableQuery.setSecurityInterceptor(SecurityInterceptor securityInterceptor) voidDropTableQuery.setSecurityInterceptor(SecurityInterceptor securityInterceptor) voidJoin.setSecurityInterceptor(SecurityInterceptor securityInterceptor) voidQuery.setSecurityInterceptor(SecurityInterceptor securityInterceptor) Constructors in com.j_spaces.jdbc with parameters of type SecurityInterceptorModifierConstructorDescriptionQueryHandler(IJSpace spaceCluster, IJSpace spaceRegular, QueryProcessorConfiguration config, SecurityInterceptor securityInterceptor) QueryProcessor(IJSpace clusterProxy, IJSpace spaceProxy, Properties overrideProperties, SecurityInterceptor securityInterceptor)