Uses of Class
io.trino.server.security.KerberosNameType
-
Packages that use KerberosNameType Package Description io.trino.server.security -
-
Uses of KerberosNameType in io.trino.server.security
Methods in io.trino.server.security that return KerberosNameType Modifier and Type Method Description @NotNull KerberosNameTypeKerberosConfig. getNameType()static KerberosNameTypeKerberosNameType. valueOf(String name)Returns the enum constant of this type with the specified name.static KerberosNameType[]KerberosNameType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.server.security with parameters of type KerberosNameType Modifier and Type Method Description KerberosConfigKerberosConfig. setNameType(KerberosNameType nameType)
-