org.alfresco.webservice.authentication
Interface AuthenticationServiceSoapPort

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

public interface AuthenticationServiceSoapPort
extends java.rmi.Remote


Method Summary
 void endSession(java.lang.String ticket)
           
 AuthenticationResult startSession(java.lang.String username, java.lang.String password)
           
 

Method Detail

startSession

AuthenticationResult startSession(java.lang.String username,
                                  java.lang.String password)
                                  throws java.rmi.RemoteException,
                                         AuthenticationFault
Throws:
java.rmi.RemoteException
AuthenticationFault

endSession

void endSession(java.lang.String ticket)
                throws java.rmi.RemoteException,
                       AuthenticationFault
Throws:
java.rmi.RemoteException
AuthenticationFault


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.