Uses of Class
org.apache.syncope.wa.starter.mapping.RegisteredServiceMapper
Packages that use RegisteredServiceMapper
-
Uses of RegisteredServiceMapper in org.apache.syncope.wa.starter.config
Methods in org.apache.syncope.wa.starter.config that return RegisteredServiceMapperModifier and TypeMethodDescriptionWAContext.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 RegisteredServiceMapperModifier and TypeMethodDescriptionorg.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 RegisteredServiceMapperModifier and TypeFieldDescriptionprotected final RegisteredServiceMapper
WAServiceRegistry.registeredServiceMapper
Constructors in org.apache.syncope.wa.starter.services with parameters of type RegisteredServiceMapperModifierConstructorDescriptionWAServiceRegistry
(WARestClient restClient, RegisteredServiceMapper registeredServiceMapper, ConfigurableApplicationContext applicationContext, Collection<org.apereo.cas.services.ServiceRegistryListener> serviceRegistryListeners)