Search in sources :

Example 16 with BaseFullWebappController

use of org.olat.core.commons.fullWebApp.BaseFullWebappController in project openolat by klemens.

the class OAuthRegistrationCreator method createController.

@Override
public Controller createController(UserRequest ureq, WindowControl wControl) {
    DmzBFWCParts parts = new DmzBFWCParts();
    parts.setContentControllerCreator(new InternalCreator());
    return new BaseFullWebappController(ureq, parts);
}
Also used : DmzBFWCParts(org.olat.login.DmzBFWCParts) BaseFullWebappController(org.olat.core.commons.fullWebApp.BaseFullWebappController)

Aggregations

BaseFullWebappController (org.olat.core.commons.fullWebApp.BaseFullWebappController)16 AutoCreator (org.olat.core.gui.control.creator.AutoCreator)10 DmzBFWCParts (org.olat.login.DmzBFWCParts)10 ChiefController (org.olat.core.gui.control.ChiefController)6 BaseFullWebappControllerParts (org.olat.core.commons.fullWebApp.BaseFullWebappControllerParts)4 AssertException (org.olat.core.logging.AssertException)4 ChangeEMailController (de.bps.olat.user.ChangeEMailController)2 AuthBFWCParts (org.olat.login.AuthBFWCParts)2 GuestBFWCParts (org.olat.login.GuestBFWCParts)2