Searched defs:authenticators (Results 1 – 5 of 5) sorted by relevance
69 protected int canAuthenticate(int authenticators) { in canAuthenticate()75 protected int canAuthenticate(int userId, int authenticators) { in canAuthenticate()79 private int canAuthenticateInternal(int userId, int authenticators) { in canAuthenticateInternal()
44 private Map<String, AuthenticatorDescription> authenticators = new LinkedHashMap<>(); field in ShadowAccountManager
74 static ThreadLocal<AuthenticationHandler> authenticators = new ThreadLocal<>(); field in AuthenticationHandler.GlobalHandler
98 final int authenticators = in testCanAuthenticateBiometricWeakDeviceCredential_serviceConnected_canAuthenticate() local
166 def authenticators(self, host): member in netrc