Package org.agorava.api.event

Examples of org.agorava.api.event.OAuthComplete


        }
        if (currentSession.getAccessToken() != null) {
            currentSession.setRequestToken(null);
            currentSession.setUserProfile(getCurrentUserProfileService().getUserProfile());
            currentSession.getRepo().add(currentSession);
            completeEvt.select(currentSession.getServiceQualifier()).fire(new OAuthComplete(SocialEvent.Status.SUCCESS, "",
                    currentSession));

            //TODO: reactivate logger
        } else {
            // FIXME Launch an exception !!
View Full Code Here

TOP

Related Classes of org.agorava.api.event.OAuthComplete

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.