Search in sources :

Example 1 with AnonymousAuthentication

use of org.apache.ftpserver.usermanager.AnonymousAuthentication in project ddf by codice.

the class UserManagerImplTest method wrongAuthType.

@Test(expected = AuthenticationFailedException.class)
public void wrongAuthType() throws AuthenticationFailedException {
    AnonymousAuthentication anonAuthentication = mock(AnonymousAuthentication.class);
    userManager.authenticate(anonAuthentication);
}
Also used : AnonymousAuthentication(org.apache.ftpserver.usermanager.AnonymousAuthentication) Test(org.junit.Test)

Aggregations

AnonymousAuthentication (org.apache.ftpserver.usermanager.AnonymousAuthentication)1 Test (org.junit.Test)1