public class AuthenticationWebService extends Object implements AuthenticationServiceSoapPort
| Constructor and Description |
|---|
AuthenticationWebService() |
| Modifier and Type | Method and Description |
|---|---|
void |
endSession(String ticket) |
void |
setAuthenticationComponent(AuthenticationComponent authenticationComponent)
Set the authentication component
|
void |
setAuthenticationService(AuthenticationService authenticationSvc)
Sets the AuthenticationService instance to use
|
AuthenticationResult |
startSession(String username,
String password) |
public void setAuthenticationService(AuthenticationService authenticationSvc)
authenticationSvc - The AuthenticationServicepublic void setAuthenticationComponent(AuthenticationComponent authenticationComponent)
authenticationComponent - public AuthenticationResult startSession(String username, String password) throws RemoteException, AuthenticationFault
startSession in interface AuthenticationServiceSoapPortRemoteExceptionAuthenticationFaultAuthenticationServiceSoapPort.startSession(java.lang.String,
java.lang.String)public void endSession(String ticket) throws RemoteException, AuthenticationFault
endSession in interface AuthenticationServiceSoapPortRemoteExceptionAuthenticationFaultorg.alfresco.repo.webservice.authentication.AuthenticationServiceSoapPort#endSession()Copyright © 2005–2014 Alfresco Software. All rights reserved.