Class OidcLoginAttemptServiceProvider

java.lang.Object
dev.getelements.elements.service.auth.oidc.OidcLoginAttemptServiceProvider
All Implemented Interfaces:
jakarta.inject.Provider<dev.getelements.elements.sdk.service.auth.OidcLoginAttemptService>

public class OidcLoginAttemptServiceProvider extends Object implements jakarta.inject.Provider<dev.getelements.elements.sdk.service.auth.OidcLoginAttemptService>
Always anonymous, mirroring OidcAuthServiceProvider — a caller has no Elements session yet when starting or polling a browser-redirect login attempt, by definition, so there is no per-user-level dispatch.
  • Constructor Details

    • OidcLoginAttemptServiceProvider

      public OidcLoginAttemptServiceProvider()
  • Method Details

    • get

      public dev.getelements.elements.sdk.service.auth.OidcLoginAttemptService get()
      Specified by:
      get in interface jakarta.inject.Provider<dev.getelements.elements.sdk.service.auth.OidcLoginAttemptService>
    • getStandardOidcLoginAttemptServiceProvider

      public jakarta.inject.Provider<StandardOidcLoginAttemptService> getStandardOidcLoginAttemptServiceProvider()
    • setStandardOidcLoginAttemptServiceProvider

      @Inject public void setStandardOidcLoginAttemptServiceProvider(jakarta.inject.Provider<StandardOidcLoginAttemptService> standardOidcLoginAttemptServiceProvider)