Class PageAbstractAuthenticationModule<MA extends ModuleAuthentication>

java.lang.Object
org.apache.wicket.Component
org.apache.wicket.MarkupContainer
org.apache.wicket.Page
org.apache.wicket.markup.html.WebPage
com.evolveum.midpoint.gui.api.page.PageAdminLTE
com.evolveum.midpoint.gui.impl.page.login.AbstractPageLogin<MA>
com.evolveum.midpoint.gui.impl.page.login.module.PageAbstractAuthenticationModule<MA>
All Implemented Interfaces:
ModelServiceLocator, Serializable, Iterable<org.apache.wicket.Component>, org.apache.wicket.event.IEventSink, org.apache.wicket.event.IEventSource, org.apache.wicket.feedback.IFeedbackContributor, org.apache.wicket.IConverterLocator, org.apache.wicket.IMetadataContext<Serializable,org.apache.wicket.Component>, org.apache.wicket.IQueueRegion, org.apache.wicket.markup.html.IHeaderContributor, org.apache.wicket.page.IManageablePage, org.apache.wicket.request.component.IRequestableComponent, org.apache.wicket.request.component.IRequestablePage, org.apache.wicket.util.IHierarchical<org.apache.wicket.Component>, org.apache.wicket.util.io.IClusterable
Direct Known Subclasses:
PageAbstractAttributeVerification, PageArchetypeSelection, PageEmailNonce, PageFocusIdentification, PageLogin, PageOtpCode, PagePasswordHint, PageSecurityQuestions

public abstract class PageAbstractAuthenticationModule<MA extends ModuleAuthentication> extends AbstractPageLogin<MA>
Umbrella class for each page created for any authentication module. If new module is added, page should be created extending this class. This class do the common stuff such as preparing form with CSRF field, adding links to actions such as self-registration, password reset, username recovery.
See Also: