Package org.olat.shibboleth

Examples of org.olat.shibboleth.SwitchShibbolethAuthenticationConfigurator


  protected ShibLoginPortletRunController(UserRequest ureq, WindowControl wControl) {
    super(wControl);
    this.trans = new PackageTranslator(Util.getPackageName(ShibLoginPortlet.class), ureq.getLocale());
    this.portletVC = new VelocityContainer("uniVC", VELOCITY_ROOT + "/portlet.html", trans, this);
   
    SwitchShibbolethAuthenticationConfigurator config = (SwitchShibbolethAuthenticationConfigurator)CoreSpringFactory.getBean("org.olat.shibboleth.SwitchShibbolethAuthenticationConfigurator");
    portletVC.contextPut("wayfSPEntityID", config.getWayfSPEntityID());
    portletVC.contextPut("wayfSPHandlerURL", config.getWayfSPHandlerURL());
    portletVC.contextPut("wayfSPSamlDSURL", config.getWayfSPSamlDSURL());
    portletVC.contextPut("wayfReturnUrl", config.getWayfReturnUrl());
   
    setInitialComponent(this.portletVC);
  }
View Full Code Here

TOP

Related Classes of org.olat.shibboleth.SwitchShibbolethAuthenticationConfigurator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.