Uses of Class
com.okta.sdk.resource.model.AuthenticationMethodChain
Packages that use AuthenticationMethodChain
-
Uses of AuthenticationMethodChain in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthenticationMethodChainModifier and TypeMethodDescriptionAuthenticationMethodChain.addauthenticationMethodsItem
(AuthenticationMethod authenticationMethodsItem) AuthenticationMethodChain.addnextItem
(Object nextItem) AuthenticationMethodChain.authenticationMethods
(List<AuthenticationMethod> authenticationMethods) AuthenticationMethodChain.reauthenticateIn
(String reauthenticateIn) Methods in com.okta.sdk.resource.model that return types with arguments of type AuthenticationMethodChainModifier and TypeMethodDescriptionAuthenticationMethodChainMethod.getChains()
Authentication method chains.Methods in com.okta.sdk.resource.model with parameters of type AuthenticationMethodChainModifier and TypeMethodDescriptionAuthenticationMethodChainMethod.addchainsItem
(AuthenticationMethodChain chainsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type AuthenticationMethodChainModifier and TypeMethodDescriptionAuthenticationMethodChainMethod.chains
(List<AuthenticationMethodChain> chains) void
AuthenticationMethodChainMethod.setChains
(List<AuthenticationMethodChain> chains)