Uses of Interface
org.apache.syncope.wa.starter.mapping.ClientAppMapper
-
Packages that use ClientAppMapper Package Description org.apache.syncope.wa.starter.config org.apache.syncope.wa.starter.mapping -
-
Uses of ClientAppMapper in org.apache.syncope.wa.starter.config
Methods in org.apache.syncope.wa.starter.config that return ClientAppMapper Modifier and Type Method Description ClientAppMapperWAContext. casSPClientAppTOMapper()ClientAppMapperWAContext. oidcRPClientAppTOMapper()ClientAppMapperWAContext. saml2SPClientAppTOMapper() -
Uses of ClientAppMapper in org.apache.syncope.wa.starter.mapping
Classes in org.apache.syncope.wa.starter.mapping that implement ClientAppMapper Modifier and Type Class Description classCASSPClientAppTOMapperclassOIDCRPClientAppTOMapperclassSAML2SPClientAppTOMapperFields in org.apache.syncope.wa.starter.mapping with type parameters of type ClientAppMapper Modifier and Type Field Description protected List<ClientAppMapper>RegisteredServiceMapper. clientAppMappersMethods in org.apache.syncope.wa.starter.mapping with parameters of type ClientAppMapper Modifier and Type Method Description org.apereo.cas.services.RegisteredServiceRegisteredServiceMapper. toRegisteredService(WAClientApp clientApp, ClientAppMapper clientAppMapper)
-