Uses of Class
org.apache.syncope.wa.bootstrap.WARestClient
-
-
Uses of WARestClient in org.apache.syncope.wa.bootstrap
Fields in org.apache.syncope.wa.bootstrap declared as WARestClient Modifier and Type Field Description protected WARestClientAttrRepoPropertySourceMapper. waRestClientprotected WARestClientAuthModulePropertySourceMapper. waRestClientprotected WARestClientWAPropertySourceLocator. waRestClientMethods in org.apache.syncope.wa.bootstrap that return WARestClient Modifier and Type Method Description WARestClientWABootstrapConfiguration.WAClientConfiguration. waRestClient()Methods in org.apache.syncope.wa.bootstrap with parameters of type WARestClient Modifier and Type Method Description AttrRepoPropertySourceMapperWABootstrapConfiguration.PropertySourceConfiguration. attrRepoPropertySourceMapper(WARestClient waRestClient)AuthModulePropertySourceMapperWABootstrapConfiguration.PropertySourceConfiguration. authModulePropertySourceMapper(WARestClient waRestClient)org.springframework.cloud.bootstrap.config.PropertySourceLocatorWABootstrapConfiguration.PropertySourceConfiguration. configPropertySourceLocator(WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper)Constructors in org.apache.syncope.wa.bootstrap with parameters of type WARestClient Constructor Description AttrRepoPropertySourceMapper(WARestClient waRestClient)AuthModulePropertySourceMapper(WARestClient waRestClient)WAPropertySourceLocator(WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper)
-