Uses of Class
org.jivesoftware.openfire.auth.JDBCAuthProvider.PasswordType
-
Packages that use JDBCAuthProvider.PasswordType Package Description org.jivesoftware.openfire.auth Authentication and Authorization service interfaces and classes. -
-
Uses of JDBCAuthProvider.PasswordType in org.jivesoftware.openfire.auth
Methods in org.jivesoftware.openfire.auth that return JDBCAuthProvider.PasswordType Modifier and Type Method Description static JDBCAuthProvider.PasswordTypeJDBCAuthProvider.PasswordType. valueOf(String name)Returns the enum constant of this type with the specified name.static JDBCAuthProvider.PasswordType[]JDBCAuthProvider.PasswordType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.auth with parameters of type JDBCAuthProvider.PasswordType Modifier and Type Method Description protected StringJDBCAuthProvider. hashPassword(String password, JDBCAuthProvider.PasswordType type)
-