MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / get_source_name

Method get_source_name

web/pgadmin/authenticate/ldap.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 """Ldap Authentication Class"""
44
45 def get_source_name(self):
46 return LDAP
47
48 def get_friendly_name(self):
49 return gettext("ldap")

Callers 2

authenticateMethod · 0.45
loginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected