Uses of Class
org.postgresql.core.AuthMethod
-
Packages that use AuthMethod Package Description org.postgresql.core -
-
Uses of AuthMethod in org.postgresql.core
Methods in org.postgresql.core that return AuthMethod Modifier and Type Method Description static AuthMethodAuthMethod. fromString(java.lang.String method)static AuthMethodAuthMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthMethod[]AuthMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.postgresql.core that return types with arguments of type AuthMethod Modifier and Type Method Description static java.util.EnumSet<AuthMethod>AuthMethod. parseRequireAuth(java.lang.String requireAuth)Methods in org.postgresql.core with parameters of type AuthMethod Modifier and Type Method Description static voidAuthMethod. checkAuth(java.util.EnumSet<AuthMethod> allowedMethods, AuthMethod authMethod)Method parameters in org.postgresql.core with type arguments of type AuthMethod Modifier and Type Method Description static voidAuthMethod. checkAuth(java.util.EnumSet<AuthMethod> allowedMethods, AuthMethod authMethod)
-