Uses of Interface
com.okta.sdk.resource.AuthenticationProvider
-
Packages that use AuthenticationProvider Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of AuthenticationProvider in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return AuthenticationProvider Modifier and Type Method Description AuthenticationProvider
UserCredentials. getProvider()
AuthenticationProvider
AuthenticationProvider. setName(java.lang.String name)
AuthenticationProvider
AuthenticationProvider. setType(AuthenticationProviderType type)
Methods in com.okta.sdk.resource with parameters of type AuthenticationProvider Modifier and Type Method Description UserCredentials
UserCredentials. setProvider(AuthenticationProvider provider)
-
Uses of AuthenticationProvider in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type AuthenticationProvider Modifier and Type Method Description UserBuilder
UserBuilder. setProvider(AuthenticationProvider provider)
-