Package cn.com.byd.proxy.handler.impl

Examples of cn.com.byd.proxy.handler.impl.DefaultAuthenticator


public class DefaultAuthenticationFactory implements AuthenticationFactory {
    public DefaultAuthenticationFactory() {
    }

    public Authenticator getAutoentication() {
        return new DefaultAuthenticator();
    }
View Full Code Here

TOP

Related Classes of cn.com.byd.proxy.handler.impl.DefaultAuthenticator

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.