Package org.geogrid.aist.tsukubagama.services.openid

Examples of org.geogrid.aist.tsukubagama.services.openid.RelyingPartyManager


    public void init(PortletConfig config) throws PortletException {
        super.init(config);

        try {
            RelyingPartyManager rpm = (RelyingPartyManager)
                createPortletService(RelyingPartyManager.class);
            _relyingParty = rpm.getRelyingParty();
            log.debug("RelyingParty: " + _relyingParty);
        } catch (PortletServiceException e) {
            throw new PortletException(e);
        }
           
View Full Code Here

TOP

Related Classes of org.geogrid.aist.tsukubagama.services.openid.RelyingPartyManager

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.