Package axiom.delauth.token

Examples of axiom.delauth.token.TokenAuthenticator


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);

    }
View Full Code Here

TOP

Related Classes of axiom.delauth.token.TokenAuthenticator

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.