ibi.broker.api.ws
Interface LogonManagerIF

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
LogonManagerWS

public interface LogonManagerIF
extends java.rmi.Remote

This interface is used with Web Services. Its one method,logon, 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.

Version:
5.3
See Also:
Authenticate

Method Summary
 java.lang.String logon(java.lang.String userName, java.lang.String password)
          LogonManagerIF, accepts a user name and a password.
 

Method Detail

logon

java.lang.String logon(java.lang.String userName,
                       java.lang.String password)
                       throws java.rmi.RemoteException
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.

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.