Beispiel #1
0
 private AuthenticationViaFormAction(CredentialsBinder credentialsBinder,
                                     CentralAuthenticationService centralAuthenticationService,
                                     CookieGenerator warnCookieGenerator)
 {
     _credentialsBinder            = credentialsBinder;
     _centralAuthenticationService = centralAuthenticationService;
     _warnCookieGenerator          = warnCookieGenerator;
 }
 private AuthenticationViaFormAction(CredentialsBinder credentialsBinder,
     CentralAuthenticationService centralAuthenticationService,
     CookieGenerator warnCookieGenerator)
 {
     _credentialsBinder = credentialsBinder;
     _centralAuthenticationService = centralAuthenticationService;
     _warnCookieGenerator = warnCookieGenerator;
 }