Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7382


Ignore:
Timestamp:
01/20/12 13:41:14 (12 years ago)
Author:
ascheibe
Message:

#1174 removed the authentication service and client as this is now covered with the access service and clients

Location:
branches/OKB (trunk integration)
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj

    r7376 r7382  
    198198      <DependentUpon>ProblemView.cs</DependentUpon>
    199199    </Compile>
    200     <Compile Include="Authentication\AuthenticationClient.cs" />
    201     <Compile Include="Authentication\ServiceClient\AuthenticationServiceClient.cs" />
    202200    <Compile Include="Plugin.cs" />
    203201    <Compile Include="Query\QueryClient.cs" />
     
    338336    </Compile>
    339337    <None Include="app.config" />
    340     <None Include="Authentication\ServiceClient\GenerateServiceClient.cmd" />
    341338    <None Include="swagner app.config" />
    342339    <None Include="Plugin.cs.frame" />
  • branches/OKB (trunk integration)/HeuristicLab.Services.OKB/3.3/HeuristicLab.Services.OKB-3.3.csproj

    r7360 r7382  
    139139    <Compile Include="Administration\DataTransfer\ProblemClass.cs" />
    140140    <Compile Include="Administration\IAdministrationService.cs" />
    141     <Compile Include="Authentication\AuthenticationService.cs" />
    142     <Compile Include="Authentication\DataTransfer\User.cs" />
    143     <Compile Include="Authentication\IAuthenticationService.cs" />
    144141    <Compile Include="OKBRoles.cs" />
    145142    <Compile Include="Properties\AssemblyInfo.cs" />
  • branches/OKB (trunk integration)/HeuristicLab.Services.OKB/3.3/app.config

    r5479 r7382  
    5858    </behaviors>
    5959
    60     <services>
    61       <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.Authentication.AuthenticationService">
    62         <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding"
    63           contract="IMetadataExchange" />
    64         <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding"
    65           contract="HeuristicLab.Services.OKB.Authentication.IAuthenticationService" />
    66         <host>
    67           <baseAddresses>
    68             <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/AuthenticationService" />
    69           </baseAddresses>
    70         </host>
    71       </service>
     60    <services>     
    7261      <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.Administration.AdministrationService">
    7362        <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding"
Note: See TracChangeset for help on using the changeset viewer.