use of org.olat.login.oauth.ui.JSRedirectWindowController in project OpenOLAT by OpenOLAT.
the class OAuthDispatcher method redirectImplicitWorkflow.
private void redirectImplicitWorkflow(UserRequest ureq) {
ChiefController msgcc = new JSRedirectWindowController(ureq);
msgcc.getWindow().dispatchRequest(ureq, true);
}
use of org.olat.login.oauth.ui.JSRedirectWindowController in project openolat by klemens.
the class OAuthDispatcher method redirectImplicitWorkflow.
private void redirectImplicitWorkflow(UserRequest ureq) {
ChiefController msgcc = new JSRedirectWindowController(ureq);
msgcc.getWindow().dispatchRequest(ureq, true);
}
Aggregations