|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibi.broker.api.ws.AbstractWebService
ibi.broker.api.ws.LogonManagerWS
public class LogonManagerWS
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 |
---|
public LogonManagerWS()
Method Detail |
---|
public java.lang.String logon(java.lang.String userName, java.lang.String password) throws java.rmi.RemoteException
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.
logon
in interface LogonManagerIF
userName
- The userName associated with this logon as a Stringpassword
- The password associated with this logon as a String
java.rmi.RemoteException
Authenticate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |