Ejemplo n.º 1
0
 public OidcAuthPrincipalCreator(IAgentProfilePrincipalService agentProfilePrincipalService,
                                 IAgentPasswordPrincipalService agentPasswordPrincipalService,
                                 IOpenAmIntegration openAmIntegration,
                                 IOpenAmPrincipalService openAmPrincipalService)
 {
     this.agentProfilePrincipalService  = agentProfilePrincipalService;
     this.agentPasswordPrincipalService = agentPasswordPrincipalService;
     this.openAmIntegration             = openAmIntegration;
     this.openAmPrincipalService        = openAmPrincipalService;
 }
Ejemplo n.º 2
0
 public DeviceAuthPrincipalCreator(IAgentPasswordPrincipalService agentPasswordPrincipalService, IOpenAmPrincipalService openAmPrincipalService)
 {
     this.agentPasswordPrincipalService = agentPasswordPrincipalService;
     this.openAmPrincipalService        = openAmPrincipalService;
 }