Uses of Class
com.okta.idx.sdk.api.client.Authenticator
Packages that use Authenticator
Package
Description
This package contains helper classes for controllers.
-
Uses of Authenticator in com.okta.idx.sdk.api.client
Methods in com.okta.idx.sdk.api.client with parameters of type AuthenticatorModifier and TypeMethodDescriptionIDXAuthenticationWrapper.selectAuthenticator
(ProceedContext proceedContext, Authenticator authenticator) Select authenticator of the supplied type. -
Uses of Authenticator in com.okta.idx.sdk.api.response
Methods in com.okta.idx.sdk.api.response that return types with arguments of type AuthenticatorMethod parameters in com.okta.idx.sdk.api.response with type arguments of type AuthenticatorModifier and TypeMethodDescriptionvoid
AuthenticationResponse.setAuthenticators
(List<Authenticator> authenticators) -
Uses of Authenticator in com.okta.spring.example.helpers
Methods in com.okta.spring.example.helpers with parameters of type AuthenticatorModifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndView
ResponseHandler.registerVerifyForm
(Authenticator authenticator, AuthenticationResponse authenticationResponse) Return the view for verify form.