Searched refs:authenticatorFactory (Results 1 - 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/security/
H A DSecurityHandler.java147 * @return the authenticatorFactory
156 * @param authenticatorFactory the authenticatorFactory to set
159 public void setAuthenticatorFactory(Authenticator.Factory authenticatorFactory) argument
163 _authenticatorFactory = authenticatorFactory;

Completed in 20 milliseconds