org.alfresco.webservice.authentication
Interface AuthenticationService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
AuthenticationServiceLocator

public interface AuthenticationService
extends javax.xml.rpc.Service


Method Summary
 AuthenticationServiceSoapPort getAuthenticationService()
           
 AuthenticationServiceSoapPort getAuthenticationService(java.net.URL portAddress)
           
 java.lang.String getAuthenticationServiceAddress()
          Provides simple authentication capability.
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getAuthenticationServiceAddress

java.lang.String getAuthenticationServiceAddress()
Provides simple authentication capability.


getAuthenticationService

AuthenticationServiceSoapPort getAuthenticationService()
                                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getAuthenticationService

AuthenticationServiceSoapPort getAuthenticationService(java.net.URL portAddress)
                                                       throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


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