Uses of Class
org.apache.syncope.wa.starter.mapping.RegisteredServiceMapper
-
Packages that use RegisteredServiceMapper Package Description org.apache.syncope.wa.starter.config org.apache.syncope.wa.starter.services -
-
Uses of RegisteredServiceMapper in org.apache.syncope.wa.starter.config
Methods in org.apache.syncope.wa.starter.config that return RegisteredServiceMapper Modifier and Type Method Description RegisteredServiceMapper
WAContext. registeredServiceMapper(org.apereo.cas.configuration.CasConfigurationProperties casProperties, ObjectProvider<org.apereo.cas.authentication.AuthenticationEventExecutionPlan> authenticationEventExecutionPlan, List<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProviders, List<AuthMapper> authMappers, List<AccessMapper> accessMappers, List<AttrReleaseMapper> attrReleaseMappers, List<TicketExpirationMapper> ticketExpirationMappers, List<ClientAppMapper> clientAppMappers)
Methods in org.apache.syncope.wa.starter.config with parameters of type RegisteredServiceMapper Modifier and Type Method Description org.apereo.cas.services.ServiceRegistryExecutionPlanConfigurer
WAContext. syncopeServiceRegistryConfigurer(ConfigurableApplicationContext ctx, WARestClient waRestClient, RegisteredServiceMapper registeredServiceMapper, ObjectProvider<List<org.apereo.cas.services.ServiceRegistryListener>> serviceRegistryListeners)
-
Uses of RegisteredServiceMapper in org.apache.syncope.wa.starter.services
Fields in org.apache.syncope.wa.starter.services declared as RegisteredServiceMapper Modifier and Type Field Description protected RegisteredServiceMapper
WAServiceRegistry. registeredServiceMapper
Constructors in org.apache.syncope.wa.starter.services with parameters of type RegisteredServiceMapper Constructor Description WAServiceRegistry(WARestClient restClient, RegisteredServiceMapper registeredServiceMapper, ConfigurableApplicationContext applicationContext, Collection<org.apereo.cas.services.ServiceRegistryListener> serviceRegistryListeners)
-