org.mule.transport.sftp
Class AuthenticationMethodValidator

java.lang.Object
  extended by org.mule.transport.sftp.AuthenticationMethodValidator

public class AuthenticationMethodValidator
extends Object

Validates SFTP authentication methods


Method Summary
static void validateAuthenticationMethods(String methods)
          Checks that a list contains only valid authentication methods.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

validateAuthenticationMethods

public static void validateAuthenticationMethods(String methods)
                                          throws IllegalArgumentException
Checks that a list contains only valid authentication methods.

Parameters:
methods - comma separated list of authentication methods
Throws:
IllegalArgumentException - if there are an invalid authentication method.


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.