コード例 #1
0
 public AuthenticationServiceImpl(AccountService accountService, AuthenticationTokenFactory authenticationTokenFactory, IdentityByTokenCache identityByTokenCache, IAuthenticationServiceConfiguration configuration)
 {
     this.accountService             = accountService;
     this.authenticationTokenFactory = authenticationTokenFactory;
     this.identityByTokenCache       = identityByTokenCache;
     this.configuration = configuration;
 }
コード例 #2
0
 public AuthenticationServiceConfigurationMob(IAuthenticationServiceConfiguration configuration)
 {
     this.configuration = configuration;
 }