aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/gui/UIService.java
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2010-09-29 07:37:36 +0000
committerYana Stamcheva <yana@jitsi.org>2010-09-29 07:37:36 +0000
commit15dc7d7c095970bfbe58af45b68cb9a88f6b2d06 (patch)
treea89073d35fe0a634179325d91e848e54198351c2 /src/net/java/sip/communicator/service/gui/UIService.java
parent5c166b35f0116b4936c3ff0f85d024c9b9061414 (diff)
downloadjitsi-15dc7d7c095970bfbe58af45b68cb9a88f6b2d06.zip
jitsi-15dc7d7c095970bfbe58af45b68cb9a88f6b2d06.tar.gz
jitsi-15dc7d7c095970bfbe58af45b68cb9a88f6b2d06.tar.bz2
Moves the authentication window to the util package and removes any dependency to the protocol service and security authority.
Diffstat (limited to 'src/net/java/sip/communicator/service/gui/UIService.java')
-rw-r--r--src/net/java/sip/communicator/service/gui/UIService.java22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/net/java/sip/communicator/service/gui/UIService.java b/src/net/java/sip/communicator/service/gui/UIService.java
index 002e4eb..edf94f8 100644
--- a/src/net/java/sip/communicator/service/gui/UIService.java
+++ b/src/net/java/sip/communicator/service/gui/UIService.java
@@ -264,28 +264,6 @@ public interface UIService
public void setCurrentPhoneNumber(String phoneNumber);
/**
- * Returns an <tt>ExportableComponent</tt> that corresponds to an
- * authentication window for the given protocol provider and user
- * information. Initially this method is meant to be used by the
- * <tt>SystrayService</tt> in order to show a login window when user tries
- * to connect using the systray menu.
- *
- * @param protocolProvider the <tt>ProtocolProviderService</tt> for which
- * the authentication window is about.
- * @param realm the realm
- * @param userCredentials the <tt>UserCredentials</tt>, where the username
- * and password details are stored
- * @param isUserNameEditable indicates if the user name could be changed by
- * user.
- * @return an <tt>ExportableComponent</tt> that corresponds to an
- * authentication window for the given protocol provider and user
- * information.
- */
- public ExportedWindow getAuthenticationWindow(
- ProtocolProviderService protocolProvider, String realm,
- UserCredentials userCredentials, boolean isUserNameEditable);
-
- /**
* Returns a default implementation of the <tt>SecurityAuthority</tt>
* interface that can be used by non-UI components that would like to launch
* the registration process for a protocol provider. Initially this method