Uses of Class
org.gluu.casa.client.config.model.OxdSettings
-
Packages that use OxdSettings Package Description org.gluu.casa.client.config.api org.gluu.casa.client.config.model -
-
Uses of OxdSettings in org.gluu.casa.client.config.api
Methods in org.gluu.casa.client.config.api with parameters of type OxdSettings Modifier and Type Method Description ClientSettingsDefaultApi. oxdPut(OxdSettings settings)Replaces the current OXD configuration with the one passed in the payload.ApiResponse<ClientSettings>DefaultApi. oxdPutWithHttpInfo(OxdSettings settings)Replaces the current OXD configuration with the one passed in the payload. -
Uses of OxdSettings in org.gluu.casa.client.config.model
Methods in org.gluu.casa.client.config.model that return OxdSettings Modifier and Type Method Description OxdSettingsOxdSettings. addScopesItem(String scopesItem)OxdSettingsOxdSettings. authzRedirectUri(String authzRedirectUri)OxdSettingsOxdSettings. frontchannelLogoutUri(String frontchannelLogoutUri)OxdSettingsOxdConfiguration. getSettings()Get settingsOxdSettingsOxdSettings. host(String host)OxdSettingsOxdSettings. port(String port)OxdSettingsOxdSettings. postLogoutUri(String postLogoutUri)OxdSettingsOxdSettings. protocol(String protocol)OxdSettingsOxdSettings. scopes(List<String> scopes)Methods in org.gluu.casa.client.config.model with parameters of type OxdSettings Modifier and Type Method Description voidOxdConfiguration. setSettings(OxdSettings settings)OxdConfigurationOxdConfiguration. settings(OxdSettings settings)
-