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 AuthenticationClient
AuthenticationClientBuilder. build()
Constructs a newAuthenticationClient
instance 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 class
DefaultAuthenticationClient
Methods in com.okta.authn.sdk.impl.client that return AuthenticationClient Modifier and Type Method Description AuthenticationClient
DefaultAuthenticationClientBuilder. build()
-