Package de.innovationgate.webgate.api

Examples of de.innovationgate.webgate.api.WGUserProfile.dropCache()


            // Drop cache so we can be sure to be up-to-date with the backend
            // database
            // (Since backend changes - maybe from other cluster nodes - are not
            // registered for user profiles)
            userProfile.dropCache();

            session.setAttribute(SESSION_PROFILENAME_INDIVIDUALDB + database.getDbReference(), userProfile.getName());
            TMLUserProfile tmlProfile = new TMLUserProfile(userProfile, getCore());
            request.setAttribute(WGACore.ATTRIB_PROFILE + database.getDbReference(), tmlProfile);
            this.registerSession(userProfile, request, session, created);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.