Package org.apache.sling.auth.core.impl.engine

Examples of org.apache.sling.auth.core.impl.engine.EngineAuthenticationHandlerHolder


        @SuppressWarnings("deprecation")
        @Override
        protected AbstractAuthenticationHandlerHolder createHolder(String path,
                Object handler, final ServiceReference serviceReference) {
            return new EngineAuthenticationHandlerHolder(path,
                (org.apache.sling.engine.auth.AuthenticationHandler) handler,
                serviceReference);
        }
View Full Code Here

TOP

Related Classes of org.apache.sling.auth.core.impl.engine.EngineAuthenticationHandlerHolder

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.