Uses of Class
org.tailormap.api.viewer.model.LoginConfigurationSsoLinksInner
Packages that use LoginConfigurationSsoLinksInner
-
Uses of LoginConfigurationSsoLinksInner in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return LoginConfigurationSsoLinksInnerModifier and TypeMethodDescriptionLoginConfigurationSsoLinksInner.showForViewer
(Boolean showForViewer) Methods in org.tailormap.api.viewer.model that return types with arguments of type LoginConfigurationSsoLinksInnerModifier and TypeMethodDescription@Valid List<@Valid LoginConfigurationSsoLinksInner>
LoginConfiguration.getSsoLinks()
Lists alternative SSO links.Methods in org.tailormap.api.viewer.model with parameters of type LoginConfigurationSsoLinksInnerModifier and TypeMethodDescriptionLoginConfiguration.addSsoLinksItem
(LoginConfigurationSsoLinksInner ssoLinksItem) Method parameters in org.tailormap.api.viewer.model with type arguments of type LoginConfigurationSsoLinksInnerModifier and TypeMethodDescriptionvoid
LoginConfiguration.setSsoLinks
(List<@Valid LoginConfigurationSsoLinksInner> ssoLinks) LoginConfiguration.ssoLinks
(List<@Valid LoginConfigurationSsoLinksInner> ssoLinks)