public interface LoginFactory
Modifier and Type | Method and Description |
---|---|
LoginHandler |
createHandler(LoginContext context,
String username,
String password,
Map<String,String> properties)
Creates a new login handler that is not started
|
LoginHandler createHandler(LoginContext context, String username, String password, Map<String,String> properties) throws Exception
Note: login handlers must at some point be disposed using the
method LoginHandler.dispose()
even if a login was never started.
properties
- implementation specific propertiesException