Uses of Class
com.okta.idx.sdk.api.client.Authenticator.Factor
-
Packages that use Authenticator.Factor Package Description com.okta.idx.sdk.api.client com.okta.spring.example.helpers This package contains helper classes for controllers. -
-
Uses of Authenticator.Factor in com.okta.idx.sdk.api.client
Methods in com.okta.idx.sdk.api.client that return types with arguments of type Authenticator.Factor Modifier and Type Method Description java.util.List<Authenticator.Factor>Authenticator. getFactors()Methods in com.okta.idx.sdk.api.client with parameters of type Authenticator.Factor Modifier and Type Method Description AuthenticationResponseIDXAuthenticationWrapper. enrollAuthenticator(ProceedContext proceedContext, Authenticator.Factor factor)Enroll authenticator of the supplied type.AuthenticationResponseIDXAuthenticationWrapper. selectFactor(ProceedContext proceedContext, Authenticator.Factor factor)Select authenticator of the supplied type.AuthenticationResponseIDXAuthenticationWrapper. submitPhoneAuthenticator(ProceedContext proceedContext, java.lang.String phone, Authenticator.Factor factor)Submit phone authenticator enrollment with the provided phone number. -
Uses of Authenticator.Factor in com.okta.spring.example.helpers
Methods in com.okta.spring.example.helpers with parameters of type Authenticator.Factor Modifier and Type Method Description org.springframework.web.servlet.ModelAndViewResponseHandler. oktaVerifyViaChannelDataForm(Authenticator.Factor factor, javax.servlet.http.HttpSession session)Return the view for okta verify form via channel data.org.springframework.web.servlet.ModelAndViewResponseHandler. registerVerifyForm(Authenticator.Factor factor)Return the view for register verify form.
-