public interface LoginFactory
| Modifier and Type | Method and Description |
|---|---|
LoginHandler |
createHandler(LoginContext context,
java.lang.String username,
java.lang.String password,
java.util.Map<java.lang.String,java.lang.String> properties)
Creates a new login handler that is not started
|
LoginHandler createHandler(LoginContext context, java.lang.String username, java.lang.String password, java.util.Map<java.lang.String,java.lang.String> properties) throws java.lang.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 propertiesjava.lang.Exception
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0