Uses of Interface
org.teiid.CommandContext

Packages that use CommandContext
org.teiid   
org.teiid.logging   
 

Uses of CommandContext in org.teiid
 

Methods in org.teiid with parameters of type CommandContext
 java.util.Set<java.lang.String> PolicyDecider.getInaccessibleResources(DataPolicy.PermissionType action, java.util.Set<java.lang.String> resources, DataPolicy.Context context, CommandContext commandContext)
          Returns the set of resources not allowed to be accessed by the current user.
 boolean PolicyDecider.hasRole(java.lang.String roleName, CommandContext context)
          Called by the system hasRole function to determine role membership.
 boolean PolicyDecider.isTempAccessable(DataPolicy.PermissionType action, java.lang.String resource, DataPolicy.Context context, CommandContext commandContext)
          Checks if the given temp table is accessible.
 boolean PolicyDecider.validateCommand(CommandContext commandContext)
          Determines if an authorization check should proceed
 

Uses of CommandContext in org.teiid.logging
 

Methods in org.teiid.logging that return CommandContext
 CommandContext AuditMessage.getCommandContext()
           
 

Constructors in org.teiid.logging with parameters of type CommandContext
AuditMessage(java.lang.String context, java.lang.String activity, java.lang.String[] resources, CommandContext commandContext)
           
 



Copyright © 2011. All Rights Reserved.