Package org.apache.cocoon.sunshine.sunrise

Examples of org.apache.cocoon.sunshine.sunrise.SunRise.logout()


        // authenticate
        SunRise sunRise = null;
        try {
            sunRise = (SunRise) this.manager.lookup(SunRise.ROLE);
            sunRise.logout( handlerName , mode );
        } finally {
            this.manager.release(sunRise);
        }

        if (this.getLogger().isDebugEnabled() == true) {
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.