org.alfresco.repo.webservice.authentication
Class AuthenticationWebService

java.lang.Object
  extended by org.alfresco.repo.webservice.authentication.AuthenticationWebService
All Implemented Interfaces:
java.rmi.Remote, org.alfresco.repo.webservice.authentication.AuthenticationServiceSoapPort

public class AuthenticationWebService
extends java.lang.Object
implements org.alfresco.repo.webservice.authentication.AuthenticationServiceSoapPort

Web service implementation of the AuthenticationService. The WSDL for this service can be accessed from http://localhost:8080/alfresco/wsdl/authentication-service.wsdl


Constructor Summary
AuthenticationWebService()
           
 
Method Summary
 void endSession(java.lang.String ticket)
           
 void setAuthenticationComponent(org.alfresco.repo.security.authentication.AuthenticationComponent authenticationComponent)
          Set the atuthentication component
 void setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationSvc)
          Sets the AuthenticationService instance to use
 org.alfresco.repo.webservice.authentication.AuthenticationResult startSession(java.lang.String username, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationWebService

public AuthenticationWebService()
Method Detail

setAuthenticationService

public void setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationSvc)
Sets the AuthenticationService instance to use

Parameters:
authenticationSvc - The AuthenticationService

setAuthenticationComponent

public void setAuthenticationComponent(org.alfresco.repo.security.authentication.AuthenticationComponent authenticationComponent)
Set the atuthentication component

Parameters:
authenticationComponent -

startSession

public org.alfresco.repo.webservice.authentication.AuthenticationResult startSession(java.lang.String username,
                                                                                     java.lang.String password)
                                                                              throws java.rmi.RemoteException,
                                                                                     org.alfresco.repo.webservice.authentication.AuthenticationFault
Specified by:
startSession in interface org.alfresco.repo.webservice.authentication.AuthenticationServiceSoapPort
Throws:
java.rmi.RemoteException
org.alfresco.repo.webservice.authentication.AuthenticationFault
See Also:
AuthenticationServiceSoapPort.startSession(java.lang.String, java.lang.String)

endSession

public void endSession(java.lang.String ticket)
                throws java.rmi.RemoteException,
                       org.alfresco.repo.webservice.authentication.AuthenticationFault
Specified by:
endSession in interface org.alfresco.repo.webservice.authentication.AuthenticationServiceSoapPort
Throws:
java.rmi.RemoteException
org.alfresco.repo.webservice.authentication.AuthenticationFault
See Also:
org.alfresco.repo.webservice.authentication.AuthenticationServiceSoapPort#endSession()


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