Uses of Class
com.okta.idx.sdk.api.client.Authenticator
-
Packages that use Authenticator Package Description com.okta.idx.sdk.api.client com.okta.idx.sdk.api.response com.okta.spring.example.helpers 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 Authenticator Modifier and Type Method Description AuthenticationResponseIDXAuthenticationWrapper. 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 Authenticator Modifier and Type Method Description java.util.List<Authenticator>AuthenticationResponse. getAuthenticators()Method parameters in com.okta.idx.sdk.api.response with type arguments of type Authenticator Modifier and Type Method Description voidAuthenticationResponse. setAuthenticators(java.util.List<Authenticator> authenticators) -
Uses of Authenticator in com.okta.spring.example.helpers
Methods in com.okta.spring.example.helpers with parameters of type Authenticator Modifier and Type Method Description org.springframework.web.servlet.ModelAndViewResponseHandler. registerVerifyForm(Authenticator authenticator)Return the view for verify form.
-