Class StandardOidcLoginAttemptService

java.lang.Object
dev.getelements.elements.service.auth.oidc.StandardOidcLoginAttemptService
All Implemented Interfaces:
dev.getelements.elements.sdk.service.auth.OidcLoginAttemptService

public class StandardOidcLoginAttemptService extends Object implements dev.getelements.elements.sdk.service.auth.OidcLoginAttemptService
  • Constructor Details

    • StandardOidcLoginAttemptService

      public StandardOidcLoginAttemptService()
  • Method Details

    • begin

      public dev.getelements.elements.sdk.model.session.OidcLoginAttemptBegin begin(String provider)
      Specified by:
      begin in interface dev.getelements.elements.sdk.service.auth.OidcLoginAttemptService
    • poll

      public dev.getelements.elements.sdk.model.session.OidcLoginAttemptStatusResponse poll(String id)
      Specified by:
      poll in interface dev.getelements.elements.sdk.service.auth.OidcLoginAttemptService
    • handleCallback

      public dev.getelements.elements.sdk.model.session.OidcLoginAttemptCallbackResult handleCallback(String provider, String code, String state, String error)
      Specified by:
      handleCallback in interface dev.getelements.elements.sdk.service.auth.OidcLoginAttemptService
    • getOidcLoginAttemptOperations

      public OidcLoginAttemptOperations getOidcLoginAttemptOperations()
    • setOidcLoginAttemptOperations

      @Inject public void setOidcLoginAttemptOperations(OidcLoginAttemptOperations oidcLoginAttemptOperations)