Uses of Class
org.apache.syncope.client.enduser.init.ClassPathScanImplementationLookup
-
Packages that use ClassPathScanImplementationLookup Package Description org.apache.syncope.client.enduser -
-
Uses of ClassPathScanImplementationLookup in org.apache.syncope.client.enduser
Fields in org.apache.syncope.client.enduser declared as ClassPathScanImplementationLookup Modifier and Type Field Description protected ClassPathScanImplementationLookupSyncopeWebApplication. lookupMethods in org.apache.syncope.client.enduser that return ClassPathScanImplementationLookup Modifier and Type Method Description ClassPathScanImplementationLookupEnduserContext. classPathScanImplementationLookup()ClassPathScanImplementationLookupSyncopeWebApplication. getLookup()Methods in org.apache.syncope.client.enduser with parameters of type ClassPathScanImplementationLookup Modifier and Type Method Description SyncopeWebApplicationSyncopeEnduserApplication. syncopeWebApplication(org.springframework.core.io.ResourceLoader resourceLoader, EnduserProperties props, ClassPathScanImplementationLookup lookup, org.apache.syncope.common.keymaster.client.api.ServiceOps serviceOps)Constructors in org.apache.syncope.client.enduser with parameters of type ClassPathScanImplementationLookup Constructor Description SyncopeWebApplication(org.springframework.core.io.ResourceLoader resourceLoader, EnduserProperties props, ClassPathScanImplementationLookup lookup, org.apache.syncope.common.keymaster.client.api.ServiceOps serviceOps)
-