Package org.apache.tomcat.websocket
Class AuthenticatorFactory
- java.lang.Object
- 
- org.apache.tomcat.websocket.AuthenticatorFactory
 
- 
 public class AuthenticatorFactory extends java.lang.ObjectUtility method to return the appropriate authenticator according to the scheme that the server uses.
- 
- 
Constructor SummaryConstructors Constructor Description AuthenticatorFactory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static AuthenticatorgetAuthenticator(java.lang.String authScheme)Return a new authenticator instance.
 
- 
- 
- 
Method Detail- 
getAuthenticatorpublic static Authenticator getAuthenticator(java.lang.String authScheme) Return a new authenticator instance.- Parameters:
- authScheme- The scheme used
- Returns:
- the authenticator
 
 
- 
 
-