Uses of Class
org.teiid.net.socket.AuthenticationType
-
Packages that use AuthenticationType Package Description org.teiid.net.socket -
-
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()
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)
-