Uses of Interface
com.okta.sdk.resource.authenticator.AuthenticatorProviderConfiguration
-
Packages that use AuthenticatorProviderConfiguration Package Description com.okta.sdk.resource.authenticator -
-
Uses of AuthenticatorProviderConfiguration in com.okta.sdk.resource.authenticator
Methods in com.okta.sdk.resource.authenticator 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(AuthenticatorProviderConfigurationUserNamePlate userNameTemplate)
Methods in com.okta.sdk.resource.authenticator with parameters of type AuthenticatorProviderConfiguration Modifier and Type Method Description AuthenticatorProvider
AuthenticatorProvider. setConfiguration(AuthenticatorProviderConfiguration _configuration)
-