Uses of Class
org.apache.syncope.client.enduser.init.ClassPathScanImplementationLookup
-
Packages that use ClassPathScanImplementationLookup Package Description org.apache.syncope.client.enduser org.apache.syncope.client.enduser.commons -
-
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 ClassPathScanImplementationLookup
SyncopeWebApplication. lookup
Methods in org.apache.syncope.client.enduser that return ClassPathScanImplementationLookup Modifier and Type Method Description ClassPathScanImplementationLookup
IdRepoEnduserContext. classPathScanImplementationLookup()
ClassPathScanImplementationLookup
SyncopeWebApplication. getLookup()
Methods in org.apache.syncope.client.enduser with parameters of type ClassPathScanImplementationLookup Modifier and Type Method Description PreviewUtils
IdRepoEnduserContext. previewUtils(ClassPathScanImplementationLookup lookup)
SyncopeWebApplication
SyncopeEnduserApplication. syncopeWebApplication(ResourceLoader resourceLoader, EnduserProperties props, ClassPathScanImplementationLookup lookup, ServiceOps serviceOps, List<IResource> resources)
Constructors in org.apache.syncope.client.enduser with parameters of type ClassPathScanImplementationLookup Constructor Description SyncopeWebApplication(ResourceLoader resourceLoader, EnduserProperties props, ClassPathScanImplementationLookup lookup, ServiceOps serviceOps, List<IResource> resources)
-
Uses of ClassPathScanImplementationLookup in org.apache.syncope.client.enduser.commons
Fields in org.apache.syncope.client.enduser.commons declared as ClassPathScanImplementationLookup Modifier and Type Field Description protected ClassPathScanImplementationLookup
PreviewUtils. lookup
Constructors in org.apache.syncope.client.enduser.commons with parameters of type ClassPathScanImplementationLookup Constructor Description PreviewUtils(ClassPathScanImplementationLookup lookup)
-