public class AuthenticationWebService
extends java.lang.Object
implements org.alfresco.repo.webservice.authentication.AuthenticationServiceSoapPort
| Constructor and Description |
|---|
AuthenticationWebService() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationSvc)
authenticationSvc - The AuthenticationServicepublic void setAuthenticationComponent(org.alfresco.repo.security.authentication.AuthenticationComponent authenticationComponent)
authenticationComponent - 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
startSession in interface org.alfresco.repo.webservice.authentication.AuthenticationServiceSoapPortjava.rmi.RemoteExceptionorg.alfresco.repo.webservice.authentication.AuthenticationFaultAuthenticationServiceSoapPort.startSession(java.lang.String,
java.lang.String)public void endSession(java.lang.String ticket)
throws java.rmi.RemoteException,
org.alfresco.repo.webservice.authentication.AuthenticationFault
endSession in interface org.alfresco.repo.webservice.authentication.AuthenticationServiceSoapPortjava.rmi.RemoteExceptionorg.alfresco.repo.webservice.authentication.AuthenticationFaultorg.alfresco.repo.webservice.authentication.AuthenticationServiceSoapPort#endSession()Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.