Uses of Class
nl.b3p.tailormap.api.viewer.model.LoginConfiguration
-
Packages that use LoginConfiguration Package Description nl.b3p.tailormap.api.controller nl.b3p.tailormap.api.viewer.model -
-
Uses of LoginConfiguration in nl.b3p.tailormap.api.controller
Methods in nl.b3p.tailormap.api.controller that return types with arguments of type LoginConfiguration Modifier and Type Method Description org.springframework.http.ResponseEntity<LoginConfiguration>UserController. getSSOEndpoints() -
Uses of LoginConfiguration in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return LoginConfiguration Modifier and Type Method Description LoginConfigurationLoginConfiguration. addSsoLinksItem(LoginConfigurationSsoLinksInner ssoLinksItem)LoginConfigurationLoginConfiguration. hideLoginForm(Boolean hideLoginForm)LoginConfigurationLoginConfiguration. ssoLinks(List<@Valid LoginConfigurationSsoLinksInner> ssoLinks)
-