Uses of Interface
com.okta.sdk.resource.AuthenticatorProviderConfiguration
-
Packages that use AuthenticatorProviderConfiguration Package Description com.okta.sdk.resource -
-
Uses of AuthenticatorProviderConfiguration in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return AuthenticatorProviderConfiguration Modifier and Type Method Description AuthenticatorProviderConfiguration
AuthenticatorProvider. getConfiguration()
AuthenticatorProviderConfiguration
AuthenticatorProviderConfiguration. setAuthPort(java.lang.Integer authPort)
AuthenticatorProviderConfiguration
AuthenticatorProviderConfiguration. setHostName(java.lang.String hostName)
AuthenticatorProviderConfiguration
AuthenticatorProviderConfiguration. setInstanceId(java.lang.String instanceId)
AuthenticatorProviderConfiguration
AuthenticatorProviderConfiguration. setSharedSecret(java.lang.String sharedSecret)
AuthenticatorProviderConfiguration
AuthenticatorProviderConfiguration. setUserNameTemplate(AuthenticatorProviderConfigurationUserNameTemplate userNameTemplate)
Methods in com.okta.sdk.resource with parameters of type AuthenticatorProviderConfiguration Modifier and Type Method Description AuthenticatorProvider
AuthenticatorProvider. setConfiguration(AuthenticatorProviderConfiguration _configuration)
-