public class CidsAuthentification
extends org.jdesktop.swingx.auth.LoginService
implements de.cismet.connectioncontext.ConnectionContextProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTION_CLASS |
static String |
CONNECTION_PROXY_CLASS |
| Constructor and Description |
|---|
CidsAuthentification(String callServerURL,
String domain,
boolean compressionEnabled)
Deprecated.
|
CidsAuthentification(String connectionClass,
String callServerURL,
String domain,
boolean compressionEnabled)
Deprecated.
|
CidsAuthentification(String callServerURL,
String domain,
String connectionName,
boolean compressionEnabled,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Creates a new CidsAuthentification object.
|
CidsAuthentification(String connectionClass,
String callServerURL,
String domain,
String connectionName,
boolean compressionEnabled,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Creates a new CidsAuthentification object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String name,
char[] password,
String server)
DOCUMENT ME!
|
de.cismet.connectioncontext.ConnectionContext |
getConnectionContext() |
addLoginListener, cancelAuthentication, getServer, getSynchronous, getUserRoles, removeLoginListener, setServer, setSynchronous, startAuthenticationaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String CONNECTION_PROXY_CLASS
public static final String CONNECTION_CLASS
@Deprecated public CidsAuthentification(String callServerURL, String domain, boolean compressionEnabled)
callServerURL - DOCUMENT ME!domain - DOCUMENT ME!compressionEnabled - DOCUMENT ME!@Deprecated public CidsAuthentification(String connectionClass, String callServerURL, String domain, boolean compressionEnabled)
connectionClass - DOCUMENT ME!callServerURL - DOCUMENT ME!domain - DOCUMENT ME!compressionEnabled - DOCUMENT ME!public CidsAuthentification(String callServerURL, String domain, String connectionName, boolean compressionEnabled, de.cismet.connectioncontext.ConnectionContext connectionContext)
callServerURL - DOCUMENT ME!domain - DOCUMENT ME!connectionName - DOCUMENT ME!compressionEnabled - DOCUMENT ME!connectionContext - DOCUMENT ME!public CidsAuthentification(String connectionClass, String callServerURL, String domain, String connectionName, boolean compressionEnabled, de.cismet.connectioncontext.ConnectionContext connectionContext)
connectionClass - DOCUMENT ME!callServerURL - DOCUMENT ME!domain - DOCUMENT ME!connectionName - DOCUMENT ME!compressionEnabled - DOCUMENT ME!connectionContext - DOCUMENT ME!public boolean authenticate(String name, char[] password, String server) throws Exception
authenticate in class org.jdesktop.swingx.auth.LoginServicename - DOCUMENT ME!password - DOCUMENT ME!server - DOCUMENT ME!Exception - DOCUMENT ME!public de.cismet.connectioncontext.ConnectionContext getConnectionContext()
getConnectionContext in interface de.cismet.connectioncontext.ConnectionContextProviderCopyright © 2012–2026 cismet GmbH. All rights reserved.