Uses of Interface
com.okta.authn.sdk.client.AuthenticationClient
-
Packages that use AuthenticationClient Package Description com.okta.authn.sdk.client com.okta.authn.sdk.example.resources.authn com.okta.authn.sdk.impl.client -
-
Uses of AuthenticationClient in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client that return AuthenticationClient Modifier and Type Method Description AuthenticationClientAuthenticationClientBuilder. build()Constructs a newAuthenticationClientinstance based on the AuthenticationClientBuilder's current configuration state. -
Uses of AuthenticationClient in com.okta.authn.sdk.example.resources.authn
Constructors in com.okta.authn.sdk.example.resources.authn with parameters of type AuthenticationClient Constructor Description LoginResource(AuthenticationClient authenticationClient) -
Uses of AuthenticationClient in com.okta.authn.sdk.impl.client
Classes in com.okta.authn.sdk.impl.client that implement AuthenticationClient Modifier and Type Class Description classDefaultAuthenticationClientMethods in com.okta.authn.sdk.impl.client that return AuthenticationClient Modifier and Type Method Description AuthenticationClientDefaultAuthenticationClientBuilder. build()
-