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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.getelements.elements.sdk.model.session.OidcLoginAttemptBegindev.getelements.elements.sdk.model.session.OidcLoginAttemptCallbackResulthandleCallback(String provider, String code, String state, String error) dev.getelements.elements.sdk.model.session.OidcLoginAttemptStatusResponsevoidsetOidcLoginAttemptOperations(OidcLoginAttemptOperations oidcLoginAttemptOperations)
-
Constructor Details
-
StandardOidcLoginAttemptService
public StandardOidcLoginAttemptService()
-
-
Method Details
-
begin
- Specified by:
beginin interfacedev.getelements.elements.sdk.service.auth.OidcLoginAttemptService
-
poll
- Specified by:
pollin interfacedev.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:
handleCallbackin interfacedev.getelements.elements.sdk.service.auth.OidcLoginAttemptService
-
getOidcLoginAttemptOperations
-
setOidcLoginAttemptOperations
@Inject public void setOidcLoginAttemptOperations(OidcLoginAttemptOperations oidcLoginAttemptOperations)
-