Uses of Class
org.teiid.net.socket.AuthenticationType
-
Packages that use AuthenticationType Package Description org.teiid.dqp.service org.teiid.jboss org.teiid.net.socket org.teiid.runtime org.teiid.services org.teiid.transport -
-
Uses of AuthenticationType in org.teiid.dqp.service
Methods in org.teiid.dqp.service that return AuthenticationType Modifier and Type Method Description AuthenticationType
SessionService. getAuthenticationType(String vdbName, String version, String user)
AuthenticationType
SessionService. getDefaultAuthenticationType()
Methods in org.teiid.dqp.service with parameters of type AuthenticationType Modifier and Type Method Description SessionMetadata
SessionService. createSession(String vdbName, String vdbVersion, AuthenticationType authType, String user, Credentials credential, String applicationName, Properties connProps)
Create a session for the given user authenticating against the givenCredentials
. -
Uses of AuthenticationType in org.teiid.jboss
Methods in org.teiid.jboss that return AuthenticationType Modifier and Type Method Description AuthenticationType
TransportService. getAuthenticationType()
Methods in org.teiid.jboss with parameters of type AuthenticationType Modifier and Type Method Description void
TransportService. setAuthenticationType(AuthenticationType authenticationType)
-
Uses of AuthenticationType in org.teiid.net.socket
Methods in org.teiid.net.socket that return AuthenticationType Modifier and Type Method Description AuthenticationType
Handshake. getAuthType()
Deprecated.static AuthenticationType
AuthenticationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationType[]
AuthenticationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.net.socket with parameters of type AuthenticationType Modifier and Type Method Description void
Handshake. setAuthType(AuthenticationType authType)
-
Uses of AuthenticationType in org.teiid.runtime
Methods in org.teiid.runtime that return AuthenticationType Modifier and Type Method Description AuthenticationType
EmbeddedConfiguration. getAuthenticationType()
Methods in org.teiid.runtime with parameters of type AuthenticationType Modifier and Type Method Description void
EmbeddedConfiguration. setAuthenticationType(AuthenticationType authenticationType)
-
Uses of AuthenticationType in org.teiid.services
Methods in org.teiid.services that return AuthenticationType Modifier and Type Method Description AuthenticationType
SessionServiceImpl. getAuthenticationType(String vdbName, String version, String userName)
AuthenticationType
SessionServiceImpl. getDefaultAuthenticationType()
AuthenticationType
SessionServiceImpl.Authentication. getType()
Methods in org.teiid.services with parameters of type AuthenticationType Modifier and Type Method Description SessionMetadata
SessionServiceImpl. createSession(String vdbName, String vdbVersion, AuthenticationType authType, String userName, Credentials credentials, String applicationName, Properties properties)
void
SessionServiceImpl. setAuthenticationType(AuthenticationType flag)
-
Uses of AuthenticationType in org.teiid.transport
Methods in org.teiid.transport that return AuthenticationType Modifier and Type Method Description AuthenticationType
ClientServiceRegistry. getAuthenticationType()
Deprecated.AuthenticationType
ClientServiceRegistryImpl. getAuthenticationType()
Methods in org.teiid.transport with parameters of type AuthenticationType Modifier and Type Method Description void
ClientServiceRegistryImpl. setAuthenticationType(AuthenticationType authenticationType)
-