Uses of Class
org.apache.syncope.client.enduser.pages.BasePage
-
Packages that use BasePage Package Description org.apache.syncope.client.enduser org.apache.syncope.client.enduser.init org.apache.syncope.client.enduser.pages -
-
Uses of BasePage in org.apache.syncope.client.enduser
Methods in org.apache.syncope.client.enduser that return types with arguments of type BasePage Modifier and Type Method Description Map<String,Class<? extends BasePage>>EnduserProperties. getPage()Class<? extends BasePage>SyncopeWebApplication. getPageClass(String name)Class<? extends BasePage>SyncopeWebApplication. getPageClass(String name, Class<? extends BasePage> defaultValue)Method parameters in org.apache.syncope.client.enduser with type arguments of type BasePage Modifier and Type Method Description Class<? extends BasePage>SyncopeWebApplication. getPageClass(String name, Class<? extends BasePage> defaultValue) -
Uses of BasePage in org.apache.syncope.client.enduser.init
Methods in org.apache.syncope.client.enduser.init that return types with arguments of type BasePage Modifier and Type Method Description List<Class<? extends BasePage>>ClassPathScanImplementationLookup. getAMPageClasses()List<Class<? extends BasePage>>ClassPathScanImplementationLookup. getExtPageClasses()List<Class<? extends BasePage>>ClassPathScanImplementationLookup. getIdMPageClasses() -
Uses of BasePage in org.apache.syncope.client.enduser.pages
Subclasses of BasePage in org.apache.syncope.client.enduser.pages Modifier and Type Class Description classAuthProfileclassBaseExtPageclassDashboardclassEditChangePasswordclassEditSecurityQuestionclassEditUserclassFlowableclassMustChangePasswordclassSelfConfirmPasswordResetclassSelfPasswordResetclassSelfRegistrationclassSelfResult
-