Package com.sforce.soap.authentication

Source Code of com.sforce.soap.authentication.AuthenticationBindingImpl

package com.sforce.soap.authentication;

import axiom.delauth.token.TokenAuthenticator;

public class AuthenticationBindingImpl implements com.sforce.soap.authentication.AuthenticationPortType {
    public com.sforce.soap.authentication.AuthenticateResult authenticate(com.sforce.soap.authentication.Authenticate parameters) throws java.rmi.RemoteException {

        return new TokenAuthenticator().authenticate(parameters);

    }

}
TOP

Related Classes of com.sforce.soap.authentication.AuthenticationBindingImpl

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.