Uses of Enum
org.postgresql.core.AuthMethod
Packages that use AuthMethod
-
Uses of AuthMethod in org.postgresql.core
Methods in org.postgresql.core that return AuthMethodModifier and TypeMethodDescriptionstatic AuthMethodAuthMethod.fromString(String method) static AuthMethodReturns 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 AuthMethodModifier and TypeMethodDescriptionstatic EnumSet<AuthMethod>AuthMethod.parseRequireAuth(String requireAuth) Methods in org.postgresql.core with parameters of type AuthMethodModifier and TypeMethodDescriptionstatic voidAuthMethod.checkAuth(EnumSet<AuthMethod> allowedMethods, AuthMethod authMethod) Method parameters in org.postgresql.core with type arguments of type AuthMethodModifier and TypeMethodDescriptionstatic voidAuthMethod.checkAuth(EnumSet<AuthMethod> allowedMethods, AuthMethod authMethod)