ibi.broker.api.ws
Class LogonManagerWS

java.lang.Object
  extended by ibi.broker.api.ws.AbstractWebService
      extended by ibi.broker.api.ws.LogonManagerWS
All Implemented Interfaces:
LogonManagerIF, java.rmi.Remote

public class LogonManagerWS
extends AbstractWebService
implements LogonManagerIF


Field Summary
 
Fields inherited from class ibi.broker.api.ws.AbstractWebService
connectionFactory, managedConnectionFactory
 
Constructor Summary
LogonManagerWS()
           
 
Method Summary
 java.lang.String logon(java.lang.String userName, java.lang.String password)
          LogonManagerIF, accepts a user name and a password.
 
Methods inherited from class ibi.broker.api.ws.AbstractWebService
createCCIConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogonManagerWS

public LogonManagerWS()
Method Detail

logon

public java.lang.String logon(java.lang.String userName,
                              java.lang.String password)
                       throws java.rmi.RemoteException
Description copied from interface: LogonManagerIF
LogonManagerIF, accepts a user name and a password. This is is then serialzed and sent to the server and returned. Upon return from the server it returns a String representing a security token. This token is then set in a corresponding Authenticate object.

Specified by:
logon in interface LogonManagerIF
Parameters:
userName - The userName associated with this logon as a String
password - The password associated with this logon as a String
Returns:
A String representing the Security Token associated with this logon.
Throws:
java.rmi.RemoteException
See Also:
Authenticate


Copyright © 2006 Information Builders, Incorporated.