Uses of Interface
org.teiid.security.SecurityHelper
-
Packages that use SecurityHelper Package Description org.teiid.dqp.internal.process org.teiid.dqp.service org.teiid.jboss org.teiid.runtime org.teiid.services org.teiid.transport -
-
Uses of SecurityHelper in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return SecurityHelper Modifier and Type Method Description SecurityHelper
DQPWorkContext. getSecurityHelper()
Methods in org.teiid.dqp.internal.process with parameters of type SecurityHelper Modifier and Type Method Description void
DQPWorkContext. setSecurityHelper(SecurityHelper securityHelper)
-
Uses of SecurityHelper in org.teiid.dqp.service
Methods in org.teiid.dqp.service that return SecurityHelper Modifier and Type Method Description SecurityHelper
SessionService. getSecurityHelper()
-
Uses of SecurityHelper in org.teiid.jboss
Classes in org.teiid.jboss that implement SecurityHelper Modifier and Type Class Description class
JBossSecurityHelper
-
Uses of SecurityHelper in org.teiid.runtime
Classes in org.teiid.runtime that implement SecurityHelper Modifier and Type Class Description class
DoNothingSecurityHelper
ASecurityHelper
that does nothing and always assumes that thread has the proper security context.Methods in org.teiid.runtime that return SecurityHelper Modifier and Type Method Description SecurityHelper
EmbeddedConfiguration. getSecurityHelper()
Methods in org.teiid.runtime with parameters of type SecurityHelper Modifier and Type Method Description void
EmbeddedConfiguration. setSecurityHelper(SecurityHelper securityHelper)
Set theSecurityHelper
that can associate the appropriate SecurityContext with threads executing Teiid tasks. -
Uses of SecurityHelper in org.teiid.services
Fields in org.teiid.services declared as SecurityHelper Modifier and Type Field Description protected SecurityHelper
SessionServiceImpl. securityHelper
Methods in org.teiid.services that return SecurityHelper Modifier and Type Method Description SecurityHelper
SessionServiceImpl. getSecurityHelper()
Methods in org.teiid.services with parameters of type SecurityHelper Modifier and Type Method Description void
SessionServiceImpl. setSecurityHelper(SecurityHelper securityHelper)
-
Uses of SecurityHelper in org.teiid.transport
Methods in org.teiid.transport that return SecurityHelper Modifier and Type Method Description SecurityHelper
ClientServiceRegistry. getSecurityHelper()
SecurityHelper
ClientServiceRegistryImpl. getSecurityHelper()
Methods in org.teiid.transport with parameters of type SecurityHelper Modifier and Type Method Description void
ClientServiceRegistryImpl. setSecurityHelper(SecurityHelper securityHelper)
-